Sha256: 05b3274614755c92c0e0187ca9a7b4dde60d371ea5b7ae51d2bb9640481a6baf

Contents?: true

Size: 904 Bytes

Versions: 5

Compression:

Stored size: 904 Bytes

Contents

daemonize yes
pidfile ./tmp/pids/node-one.pid
port 6380
timeout 0
loglevel verbose
logfile stdout
databases 16

save 900 1
save 300 10
save 60 10000

# stop-writes-on-bgsave-error yes
rdbcompression yes
# rdbchecksum yes
dbfilename tmp/node-one-dump.rdb
dir ./

slave-serve-stale-data yes
# slave-read-only yes
# slave-priority 100

appendonly no
appendfsync everysec
no-appendfsync-on-rewrite no
# auto-aof-rewrite-percentage 100
# auto-aof-rewrite-min-size 64mb

# lua-time-limit 5000

# slowlog-log-slower-than 10000
# slowlog-max-len 128

# hash-max-ziplist-entries 512
# hash-max-ziplist-value 64
list-max-ziplist-entries 512
list-max-ziplist-value 64
set-max-intset-entries 512
# zset-max-ziplist-entries 128
# zset-max-ziplist-value 64

activerehashing yes

# client-output-buffer-limit normal 0 0 0
# client-output-buffer-limit slave 256mb 64mb 60
# client-output-buffer-limit pubsub 32mb 8mb 60

Version data entries

5 entries across 5 versions & 5 rubygems

Version Path
redis-store-testing-0.0.1 lib/redis-store/testing/config/node-one.conf
redis-store-1.1.4 test/config/node-one.conf
redis-store-json-3.0.0 redis-store-json/test/config/node-one.conf
redis-rack-json-1.5.2 redis-store-json/test/config/node-one.conf
redis-actionpack-json-4.0.0 redis-store-json/test/config/node-one.conf