增加redis命令枚举值

This commit is contained in:
白茶清欢 2024-10-09 18:13:40 +08:00
parent 0b1c661317
commit 1d415ef93c

View File

@ -8,6 +8,8 @@
package consts package consts
const ( const (
RedisCommandExists = "EXISTS"
RedisCommandTTL = "TTL"
RedisCommandSet = "SET" RedisCommandSet = "SET"
RedisCommandDel = "DEL" RedisCommandDel = "DEL"
RedisCommandGet = "GET" RedisCommandGet = "GET"