Open Crystalix007 opened 1 year ago
Depends on https://github.com/redis/go-redis/pull/2680.
Adds expectations for the SELECT command, which changes the connection's currently selected DB. Note that this only means anything on redis.Clients, not redis.ClusterClient.
redis.Client
redis.ClusterClient
Depends on https://github.com/redis/go-redis/pull/2680.
Adds expectations for the SELECT command, which changes the connection's currently selected DB. Note that this only means anything on
redis.Client
s, notredis.ClusterClient
.