store info alias created

This commit is contained in:
vicky1999 2023-10-13 06:48:35 +05:30
parent 94e91566ed
commit b4b1a07f97

View file

@ -47,3 +47,4 @@ struct CmdPingStore : StoreCommand, MixJSON
};
static auto rCmdPingStore = registerCommand2<CmdPingStore>({"store", "ping"});
static auto rCmdInfoStore = registerCommand2<CmdPingStore>({"store", "info"});