mirror of
https://github.com/fluencelabs/redis
synced 2025-04-25 10:32:14 +00:00
Typo fix: kill -> still
This commit is contained in:
parent
6e98214f74
commit
cb2ca37f88
@ -134,7 +134,7 @@ tcp-keepalive 300
|
|||||||
# By default, TLS/SSL is disabled. To enable it, the "tls-port" configuration
|
# By default, TLS/SSL is disabled. To enable it, the "tls-port" configuration
|
||||||
# directive can be used to define TLS-listening ports. To enable TLS on the
|
# directive can be used to define TLS-listening ports. To enable TLS on the
|
||||||
# default port, use:
|
# default port, use:
|
||||||
#
|
#
|
||||||
# port 0
|
# port 0
|
||||||
# tls-port 6379
|
# tls-port 6379
|
||||||
|
|
||||||
@ -1309,7 +1309,7 @@ notify-keyspace-events ""
|
|||||||
# Redis contains an implementation of the Gopher protocol, as specified in
|
# Redis contains an implementation of the Gopher protocol, as specified in
|
||||||
# the RFC 1436 (https://www.ietf.org/rfc/rfc1436.txt).
|
# the RFC 1436 (https://www.ietf.org/rfc/rfc1436.txt).
|
||||||
#
|
#
|
||||||
# The Gopher protocol was very popular in the late '90s. It is an alternative
|
# The Gopher protocol was very popular in the late '90s. It is an alternative
|
||||||
# to the web, and the implementation both server and client side is so simple
|
# to the web, and the implementation both server and client side is so simple
|
||||||
# that the Redis server has just 100 lines of code in order to implement this
|
# that the Redis server has just 100 lines of code in order to implement this
|
||||||
# support.
|
# support.
|
||||||
@ -1347,7 +1347,7 @@ notify-keyspace-events ""
|
|||||||
# to server Gopher pages MAKE SURE TO SET A PASSWORD to the instance.
|
# to server Gopher pages MAKE SURE TO SET A PASSWORD to the instance.
|
||||||
# Once a password is set:
|
# Once a password is set:
|
||||||
#
|
#
|
||||||
# 1. The Gopher server (when enabled, not by default) will kill serve
|
# 1. The Gopher server (when enabled, not by default) will still serve
|
||||||
# content via Gopher.
|
# content via Gopher.
|
||||||
# 2. However other commands cannot be called before the client will
|
# 2. However other commands cannot be called before the client will
|
||||||
# authenticate.
|
# authenticate.
|
||||||
@ -1669,4 +1669,3 @@ rdb-save-incremental-fsync yes
|
|||||||
# Maximum number of set/hash/zset/list fields that will be processed from
|
# Maximum number of set/hash/zset/list fields that will be processed from
|
||||||
# the main dictionary scan
|
# the main dictionary scan
|
||||||
# active-defrag-max-scan-fields 1000
|
# active-defrag-max-scan-fields 1000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user