add "TIME" command

This commit is contained in:
Mathias Rhein 2018-02-19 15:51:04 +01:00 committed by GitHub
parent 1644a9bf1b
commit 2e4d988c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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},