redis.go,type StringCmd = red.StringCmd (#790)
* Add Sinter,Sinterstore; Modify TestRedis_Set * type StringCmd * redis.go,type StringCmd = red.StringCmd Co-authored-by: lucq <lucq@toopsoon.com>
This commit is contained in:
@@ -71,6 +71,8 @@ type (
|
|||||||
IntCmd = red.IntCmd
|
IntCmd = red.IntCmd
|
||||||
// FloatCmd is an alias of redis.FloatCmd.
|
// FloatCmd is an alias of redis.FloatCmd.
|
||||||
FloatCmd = red.FloatCmd
|
FloatCmd = red.FloatCmd
|
||||||
|
// StringCmd is an alias of redis.StringCmd.
|
||||||
|
StringCmd = red.StringCmd
|
||||||
)
|
)
|
||||||
|
|
||||||
// New returns a Redis with given options.
|
// New returns a Redis with given options.
|
||||||
|
|||||||
Reference in New Issue
Block a user