redis
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
# mode.
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
#bind 127.0.0.1 -::1
|
||||
bind 127.0.0.1 192.168.0.229
|
||||
bind 127.0.0.1
|
||||
|
||||
# Protected mode is a layer of security protection, in order to avoid that
|
||||
# Redis instances left open on the internet are accessed and exploited.
|
||||
@@ -1803,10 +1803,8 @@ activerehashing yes
|
||||
#
|
||||
# Both the hard or the soft limit can be disabled by setting them to zero.
|
||||
client-output-buffer-limit normal 0 0 0
|
||||
#client-output-buffer-limit replica 256mb 64mb 60
|
||||
#client-output-buffer-limit pubsub 32mb 8mb 60
|
||||
client-output-buffer-limit replica 0 0 0
|
||||
client-output-buffer-limit pubsub 0 0 0
|
||||
client-output-buffer-limit replica 256mb 64mb 60
|
||||
client-output-buffer-limit pubsub 32mb 8mb 60
|
||||
|
||||
# Client query buffers accumulate new commands. They are limited to a fixed
|
||||
# amount by default in order to avoid that a protocol desynchronization (for
|
||||
@@ -2081,4 +2079,3 @@ replica-weighting-factor 2
|
||||
# disk space or any other I/O error Redis will instead use memory.
|
||||
#
|
||||
# blob-support false
|
||||
slaveof 192.168.4.228 6379
|
||||
|
||||
2084
rpmbuild/BUILD/db/bin/conf/redis.conf
Normal file
2084
rpmbuild/BUILD/db/bin/conf/redis.conf
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user