mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
1.MongoDB、Redis兼容集群模式
2.离线数据接口化访问
This commit is contained in:
12
docker/3rd/redis/redis_cluster/conf/redis4/redis.conf
Normal file
12
docker/3rd/redis/redis_cluster/conf/redis4/redis.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
port 6374
|
||||
requirepass 123456
|
||||
masterauth 123456
|
||||
protected-mode no
|
||||
daemonize no
|
||||
appendonly yes
|
||||
cluster-enabled yes
|
||||
cluster-config-file nodes.conf
|
||||
cluster-node-timeout 15000
|
||||
cluster-announce-ip 192.168.199.233
|
||||
cluster-announce-port 6374
|
||||
cluster-announce-bus-port 16374
|
||||
Reference in New Issue
Block a user