Sha256: a5a31032dd2c8830acf22d16338ee0a3982ceec281236833bb27435d4af4ea4e

Contents?: true

Size: 811 Bytes

Versions: 2

Compression:

Stored size: 811 Bytes

Contents

daemonize no

port <%= port %>
logfile <%= log_file %>
dir <%= working_directory %>
vm-swap-file <%= vm_swap_file %>
vm-max-memory <%= vm_max_memory %>
vm-pages <%= vm_pages %>
vm-page-size <%= vm_page_size %>
dbfilename <%= db_file_name %>
appendfilename <%= aof_file_name %>
# slaveof <masterip> <masterport>
<% if password %>
  requirepass <%= password %>
<% end %>

timeout 300

loglevel notice

databases 2048

save 900 1
save 300 10
save 60 10000

rdbcompression yes

# maxclients 128
# maxmemory <bytes>

appendonly no

# The name of the append only file (default: "appendonly.aof")

# appendfsync always
appendfsync everysec
# appendfsync no

vm-enabled yes
vm-max-threads 4

glueoutputbuf yes
hash-max-zipmap-entries 64
hash-max-zipmap-value 512

activerehashing yes

include <%= common_config_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
redis_ring-0.0.2 config/redis.conf.erb
redis_ring-0.0.1 config/redis.conf.erb