diff --git a/core/stores/redis/redis.go b/core/stores/redis/redis.go index dd5687e4..13f4fac7 100644 --- a/core/stores/redis/redis.go +++ b/core/stores/redis/redis.go @@ -71,6 +71,8 @@ type ( IntCmd = red.IntCmd // FloatCmd is an alias of redis.FloatCmd. FloatCmd = red.FloatCmd + // StringCmd is an alias of redis.StringCmd. + StringCmd = red.StringCmd ) // New returns a Redis with given options.