增加redis命令枚举值
This commit is contained in:
parent
1d415ef93c
commit
d8400fb206
3
redis.go
3
redis.go
@ -13,6 +13,9 @@ const (
|
|||||||
RedisCommandSet = "SET"
|
RedisCommandSet = "SET"
|
||||||
RedisCommandDel = "DEL"
|
RedisCommandDel = "DEL"
|
||||||
RedisCommandGet = "GET"
|
RedisCommandGet = "GET"
|
||||||
|
RedisCommandHget = "HGET"
|
||||||
|
RedisCommandHset = "HSET"
|
||||||
|
RedisCommandHdel = "HDEL"
|
||||||
RedisCommandMGet = "MGET"
|
RedisCommandMGet = "MGET"
|
||||||
RedisCommandMSet = "MSET"
|
RedisCommandMSet = "MSET"
|
||||||
RedisCommandLpush = "LPUSH"
|
RedisCommandLpush = "LPUSH"
|
||||||
|
Loading…
Reference in New Issue
Block a user