mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 14:42:26 +08:00
11 lines
223 B
Bash
Executable File
11 lines
223 B
Bash
Executable File
#!/bin/sh
|
|
|
|
redis-cli -a 123456 --cluster create \
|
|
192.168.199.233:6371 \
|
|
192.168.199.233:6372 \
|
|
192.168.199.233:6373 \
|
|
192.168.199.233:6374 \
|
|
192.168.199.233:6375 \
|
|
192.168.199.233:6376 \
|
|
--cluster-replicas 1
|