We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6d8d6a + d6b16ee commit 6afa62bCopy full SHA for 6afa62b
cluster/README.md
@@ -99,3 +99,10 @@ end
99
In a cluster mode client, you need to pass a block if you call the watch method and you need to specify an argument to the block.
100
Also, you should use the block argument as a receiver to call commands in the block.
101
Although the above restrictions are needed, this implementations is compatible with a standalone client.
102
+
103
+## MGET, MSET and DEL
104
+This gem allows you to use MGET, MSET and DEL specifying multiple keys without a hash tag.
105
+Cross-slot errors are prevented by an internal dedicated implementation.
106
+The underlying library makes the behavior possible.
107
+(ref. [redis-cluster-client](https://github.com/redis-rb/redis-cluster-client))
108
+That said, we recommend to use a hash tag for these commands to the better performance.
0 commit comments