Closed stanhu closed 2 years ago
As https://github.com/redis/redis-rb/blob/master/CHANGELOG.md#40 describes, redis-rb v4.0 added support for CLIENT commands, so the lower-level client was changed to Redis#_client.
CLIENT
Redis#_client
This update fixes the broken tests as a result of this change.
As https://github.com/redis/redis-rb/blob/master/CHANGELOG.md#40 describes, redis-rb v4.0 added support for
CLIENT
commands, so the lower-level client was changed toRedis#_client
.This update fixes the broken tests as a result of this change.