mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Change redis.Nil value.
This commit is contained in:
@ -19,7 +19,7 @@ const (
|
||||
)
|
||||
|
||||
// Redis nil reply.
|
||||
var Nil = errors.New("(nil)")
|
||||
var Nil = errors.New("redis: nil")
|
||||
|
||||
// Redis transaction failed.
|
||||
var TxFailedErr = errors.New("redis: transaction failed")
|
||||
|
Reference in New Issue
Block a user