forked from mirror/ledisdb
add set commands for lua(openresty)
This commit is contained in:
parent
e71bfb88b1
commit
1e6d7c983d
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue