1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

use dockers for tests, fix some bugs

This commit is contained in:
leibale
2021-11-01 11:30:25 -04:00
parent f6f9b3dccd
commit 5cff3320d2
240 changed files with 2125 additions and 2047 deletions

View File

@@ -45,7 +45,7 @@ import { createCluster } from 'redis';
Commands such as `GET`, `SET`, etc. will be routed by the first key, for instance `MGET 1 2 3` will be routed by the key `1`.
### [Server Commands][https://redis.io/commands#server]
### [Server Commands](https://redis.io/commands#server)
Admin commands such as `MEMORY STATS`, `FLUSHALL`, etc. are not attached to the cluster, and should be executed on a specific node using `.getSlot()` or `.getAllMasters()`.