Convos
view release on metacpan or search on metacpan
t/etc/redis.conf view on Meta::CPAN
# Usage: redis-server t/etc/redis.conf
# Database from local/dump.rdb
daemonize no
port 30000
bind 127.0.0.1
timeout 60
tcp-keepalive 0
loglevel notice
logfile stdout
syslog-enabled no
databases 16
stop-writes-on-bgsave-error no
rdbcompression no
rdbchecksum no
dbfilename dump.rdb
dir local
maxclients 10
maxmemory 1024000000
no-appendfsync-on-rewrite no
auto-aof-rewrite-percentage 100
auto-aof-rewrite-min-size 64mb
lua-time-limit 5000
slowlog-log-slower-than 100000
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
( run in 1.846 second using v1.01-cache-2.11-cpan-5735350b133 )