You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
cluster multi
This commit is contained in:
@@ -71,6 +71,13 @@ legacyClient.set('key', 'value', (err, reply) => {
|
||||
TODO
|
||||
The `isolationPool` has been moved to it's on class `ClientPool`. You can create pool from a client using `client.createPool()`.
|
||||
|
||||
## Cluster MULTI
|
||||
|
||||
Cluster MULTI supports readonly/replicas
|
||||
`cluster.multi.addCommand` now requires `isReadonly` as the second argument, to match `cluster.sendCommand`
|
||||
|
||||
TODO
|
||||
|
||||
## Commands
|
||||
|
||||
Some command arguments/replies have changed to align more closely to data types returned by Redis:
|
||||
|
Reference in New Issue
Block a user