add set commands for lua(openresty)

This commit is contained in:
holys 2014-08-16 16:40:13 +08:00
parent e71bfb88b1
commit 1e6d7c983d
1 changed files with 21 additions and 0 deletions

View File

@ -113,6 +113,27 @@ local commands = {
"bttl", "bttl",
"bpersist", "bpersist",
--[[set]]
"sadd",
"scard",
"sdiff",
"sdiffstore",
"sinter",
"sinterstore",
"sismember",
"smembers",
"srem",
"sunion",
"sunionstore",
"sclear",
"smclear",
"sexpire",
"sexpireat",
"sttl",
"spersist",
--[[server]] --[[server]]
"ping", "ping",
"echo", "echo",