File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 9999In 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.
100100Also, you should use the block argument as a receiver to call commands in the block.
101101Although 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.
You can’t perform that action at this time.
0 commit comments