mirror of
https://github.com/redis/redis.git
synced 2026-02-03 20:39:54 -05:00
fix typo in redis.conf. Interfece changed to interface (#9498)
This commit is contained in:
parent
4c7827588d
commit
f041990f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
# the "bind" configuration directive, followed by one or more IP addresses.
|
||||
# Each address can be prefixed by "-", which means that redis will not fail to
|
||||
# start if the address is not available. Being not available only refers to
|
||||
# addresses that does not correspond to any network interfece. Addresses that
|
||||
# addresses that does not correspond to any network interface. Addresses that
|
||||
# are already in use will always fail, and unsupported protocols will always BE
|
||||
# silently skipped.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue