Skip to content

Commit b9d7d55

Browse files
authored
Update redis conf (redis#8707)
* Fix typo for compatible * Trim trailing whitespace
1 parent ac36161 commit b9d7d55

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

redis.conf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ tcp-keepalive 300
148148
# server to connected clients, masters or cluster peers. These files should be
149149
# PEM formatted.
150150
#
151-
# tls-cert-file redis.crt
151+
# tls-cert-file redis.crt
152152
# tls-key-file redis.key
153153
#
154154
# If the key file is encrypted using a passphrase, it can be included here
@@ -872,8 +872,8 @@ replica-priority 100
872872
# ACL LOG
873873
#
874874
# The ACL Log tracks failed commands and authentication events associated
875-
# with ACLs. The ACL Log is useful to troubleshoot failed commands blocked
876-
# by ACLs. The ACL Log is stored in memory. You can reclaim memory with
875+
# with ACLs. The ACL Log is useful to troubleshoot failed commands blocked
876+
# by ACLs. The ACL Log is stored in memory. You can reclaim memory with
877877
# ACL LOG RESET. Define the maximum entry length of the ACL Log below.
878878
acllog-max-len 128
879879

@@ -895,15 +895,15 @@ acllog-max-len 128
895895
# AUTH <password> as usually, or more explicitly with AUTH default <password>
896896
# if they follow the new protocol: both will work.
897897
#
898-
# The requirepass is not compatable with aclfile option and the ACL LOAD
898+
# The requirepass is not compatible with aclfile option and the ACL LOAD
899899
# command, these will cause requirepass to be ignored.
900900
#
901901
# requirepass foobared
902902

903903
# New users are initialized with restrictive permissions by default, via the
904904
# equivalent of this ACL rule 'off resetkeys -@all'. Starting with Redis 6.2, it
905905
# is possible to manage access to Pub/Sub channels with ACL rules as well. The
906-
# default Pub/Sub channels permission if new users is controlled by the
906+
# default Pub/Sub channels permission if new users is controlled by the
907907
# acl-pubsub-default configuration directive, which accepts one of these values:
908908
#
909909
# allchannels: grants access to all Pub/Sub channels
@@ -1033,7 +1033,7 @@ acllog-max-len 128
10331033

10341034
# Eviction processing is designed to function well with the default setting.
10351035
# If there is an unusually large amount of write traffic, this value may need to
1036-
# be increased. Decreasing this value may reduce latency at the risk of
1036+
# be increased. Decreasing this value may reduce latency at the risk of
10371037
# eviction processing effectiveness
10381038
# 0 = minimum latency, 10 = default, 100 = process without regard to latency
10391039
#
@@ -1495,18 +1495,18 @@ lua-time-limit 5000
14951495
# cluster-replica-no-failover no
14961496

14971497
# This option, when set to yes, allows nodes to serve read traffic while the
1498-
# the cluster is in a down state, as long as it believes it owns the slots.
1498+
# the cluster is in a down state, as long as it believes it owns the slots.
14991499
#
1500-
# This is useful for two cases. The first case is for when an application
1500+
# This is useful for two cases. The first case is for when an application
15011501
# doesn't require consistency of data during node failures or network partitions.
15021502
# One example of this is a cache, where as long as the node has the data it
1503-
# should be able to serve it.
1503+
# should be able to serve it.
15041504
#
1505-
# The second use case is for configurations that don't meet the recommended
1506-
# three shards but want to enable cluster mode and scale later. A
1505+
# The second use case is for configurations that don't meet the recommended
1506+
# three shards but want to enable cluster mode and scale later. A
15071507
# master outage in a 1 or 2 shard configuration causes a read/write outage to the
15081508
# entire cluster without this option set, with it set there is only a write outage.
1509-
# Without a quorum of masters, slot ownership will not change automatically.
1509+
# Without a quorum of masters, slot ownership will not change automatically.
15101510
#
15111511
# cluster-allow-reads-when-down no
15121512

0 commit comments

Comments
 (0)