redis / redis-rb

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

Fix a memoization bug for cluster client #1283

Closed supercaracal closed 3 months ago

supercaracal commented 3 months ago

Closes #1282

I fixed redis-cluster-client to be able to delay the initialization to the first query.

But I've forgotten to fix it on redis-clustering side. So this pull request fixes it.