diff --git a/src/Command.cpp b/src/Command.cpp index 0b5df05..609109e 100644 --- a/src/Command.cpp +++ b/src/Command.cpp @@ -56,6 +56,7 @@ const Command Command::CmdPool[Sentinel] = { {Renamenx, "renamenx", 3, 3, Write}, {Restore, "restore", 4, 5, Write}, {Sort, "sort", 2, MaxArgs, Write}, + {Time, "time", 1, 1, Read}, {Touch, "touch", 2, MaxArgs, Write|MultiKey}, {Ttl, "ttl", 2, 2, Read}, {TypeCmd, "type", 2, 2, Read},