We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40defc commit cc1547aCopy full SHA for cc1547a
examples/cluster/readme.md
@@ -20,11 +20,12 @@ docker-compose up
20
```bash
21
docker run \
22
-p 6379:6379 -p 6380:6380 -p 6381:6381 -p 4000:4000 \
23
+ -e LISTEN_PORT=6379,6380,6381 \
24
-e TARGET_HOST=<redis-host> \
25
-e TARGET_PORT=<redis-port> \
26
-e TIMEOUT=0 \
27
-e API_PORT=4000 \
- -e SIMULATE_CLUSTER=yes \
28
+ -e SIMULATE_CLUSTER=true \
29
redislabs/client-resp-proxy
30
31
```
0 commit comments