Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Better redis.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Loire committed Jul 6, 2014
1 parent e0ca658 commit 3a007f1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ port 1212
daemonize yes

# Just the file name, not the full path
dbfilename data.rdb
dbfilename data.rdb

# Directory to save the database
dir ./

# Persistence options
save 900 1
save 300 10
save 60 10000

0 comments on commit 3a007f1

Please sign in to comment.