#
# bind 127.0.0.1
-# Close the connection after a client is idle for N seconds
+# Close the connection after a client is idle for N seconds (0 to disable)
timeout 300
# Save the DB on disk:
save 300 10
save 60 10000
+# The filename where to dump the DB
+dbfilename dump.rdb
+
# For default save/load DB in/from the working directory
# Note that you must specify a directory not a file name.
dir ./
# output for logging but daemonize, logs will be sent to /dev/null
logfile stdout
-# Set the number of databases.
+# Set the number of databases. The default database is DB 0, you can select
+# a different one on a per-connection basis using SELECT <dbid> where
+# dbid is a number between 0 and 'databases'-1
databases 16
################################# REPLICATION #################################
# This should stay commented out for backward compatibility and because most
# people do not need auth (e.g. they run their own servers).
-#requirepass foobared
+# requirepass foobared
############################### ADVANCED CONFIG ###############################