redis / redis-rb

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

Add a mention of MGET, MSET and DEL commands to the cluster document, that behavior was changed by internal library #1291

Closed supercaracal closed 2 months ago

supercaracal commented 2 months ago

This pull request fixes a README file for the cluster client. A behavior of MGET, MSET and DEL commands was changed since v0.9.0 in redis-cluster-client. So I added the mention to the document to realize for users.

ref. https://github.com/redis-rb/redis-cluster-client?tab=readme-ov-file#multiple-keys-and-crossslot-error