[redis-sentinel] Add support for ipv6 (#72250)
support ipv6 Signed-off-by: Melissa Hale <melissakayh@gmail.com>
This commit is contained in:
parent
31fe2f197a
commit
bcca65269a
|
|
@ -25,7 +25,7 @@ done
|
|||
|
||||
# Redis Sentinel defaults
|
||||
redis_conf_set "port" "$REDIS_SENTINEL_DEFAULT_PORT_NUMBER"
|
||||
redis_conf_set "bind" "0.0.0.0"
|
||||
redis_conf_set "bind" "0.0.0.0 ::"
|
||||
redis_conf_set "pidfile" "$REDIS_SENTINEL_PID_FILE"
|
||||
# Send logs to stdout
|
||||
redis_conf_set "daemonize" "no"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ done
|
|||
|
||||
# Redis Sentinel defaults
|
||||
redis_conf_set "port" "$REDIS_SENTINEL_DEFAULT_PORT_NUMBER"
|
||||
redis_conf_set "bind" "0.0.0.0"
|
||||
redis_conf_set "bind" "0.0.0.0 ::"
|
||||
redis_conf_set "pidfile" "$REDIS_SENTINEL_PID_FILE"
|
||||
# Send logs to stdout
|
||||
redis_conf_set "daemonize" "no"
|
||||
|
|
|
|||
Loading…
Reference in New Issue