feat: 增加redis命令枚举值

This commit is contained in:
2026-01-26 11:43:34 +08:00
parent c4b7f3ce16
commit d5e2d52ed3
+2
View File
@@ -36,6 +36,8 @@ const (
RedisCommandLpop RedisCmd = "LPOP"
RedisCommandRpush RedisCmd = "RPUSH"
RedisCommandRpop RedisCmd = "RPOP"
RedisCommandBrpop RedisCmd = "BRPOP"
RedisCommandBlpop RedisCmd = "BLPOP"
RedisCommandSadd RedisCmd = "SADD"
RedisCommandSunionstore RedisCmd = "SUNIONSTORE"
RedisCommandZadd RedisCmd = "ZADD"