feat(node): try to manage scale up and scale down
This commit is contained in:
@ -28,7 +28,6 @@ aof-timestamp-enabled no
|
||||
|
||||
save ""
|
||||
|
||||
|
||||
replica-announce-port {{ $port }}
|
||||
replica-announce-ip {{ $fqdn }}
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
{{- $fqdn := printf "%s.%s" $hostname $domain }}
|
||||
{{- $hostid := sha1sum $hostname }}
|
||||
{{- $quorum := env "VALKEY_QUORUM" }}
|
||||
#-REPLICAS:{{ $replicas }}
|
||||
|
||||
dir "/tmp"
|
||||
port {{ $sentinel_port }}
|
||||
|
Reference in New Issue
Block a user