feat: 增加redis命令定义
This commit is contained in:
@@ -48,4 +48,9 @@ const (
|
|||||||
RedisCommandPunsubScribe RedisCmd = "PUNSUBSCRIBE"
|
RedisCommandPunsubScribe RedisCmd = "PUNSUBSCRIBE"
|
||||||
RedisCommandSubscribe RedisCmd = "SUBSCRIBE"
|
RedisCommandSubscribe RedisCmd = "SUBSCRIBE"
|
||||||
RedisCommandUnsubscribe RedisCmd = "UNSUBSCRIBE"
|
RedisCommandUnsubscribe RedisCmd = "UNSUBSCRIBE"
|
||||||
|
RedisCommandZrangeByScore RedisCmd = "ZRANGEByScore"
|
||||||
|
RedisCommandZRemRangeByScore RedisCmd = "ZRemRangeByScore"
|
||||||
|
RedisCommandDecr RedisCmd = "DECR"
|
||||||
|
RedisCommandIncr RedisCmd = "INCR"
|
||||||
|
RedisCommandXAdd RedisCmd = "XADD"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user