redis / redis-rb

A Ruby client library for Redis
MIT License
3.97k stars 1.03k forks source link

Fix several test cases for the cluster client #1278

Closed supercaracal closed 5 months ago

supercaracal commented 5 months ago

Given the fix for the above issue, redis-cluster-client is now able to delay initialization. But the fix makes some test cases failed on redis-clustering. So this pull request fixes them.