Unverified Commit f041990f authored by Altaf hussain's avatar Altaf hussain Committed by GitHub
Browse files

fix typo in redis.conf. Interfece changed to interface (#9498)

parent 4c782758
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
# the "bind" configuration directive, followed by one or more IP addresses. # 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 # 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 # 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 # are already in use will always fail, and unsupported protocols will always BE
# silently skipped. # silently skipped.
# #
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment