mirror of
https://github.com/redis/go-redis.git
synced 2025-08-01 16:06:54 +03:00
Support SCAN and friends.
This commit is contained in:
@ -18,7 +18,6 @@ var TxFailedErr = errors.New("redis: transaction failed")
|
||||
|
||||
var (
|
||||
errReaderTooSmall = errors.New("redis: reader is too small")
|
||||
errValNotSet = errors.New("redis: value is not set")
|
||||
errInvalidReplyType = errors.New("redis: invalid reply type")
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user