spec/config/slave.conf in redis-store-0.3.7 vs spec/config/slave.conf in redis-store-0.3.8
- old
+ new
@@ -63,11 +63,11 @@
# Master-Slave replication. Use slaveof to make a Redis instance a copy of
# another Redis server. Note that the configuration is local to the slave
# so for example it is possible to configure the slave to save the DB with a
# different interval, or to listen to another port, and so on.
-slaveof localhost 6380
+slaveof localhost 6380
################################## SECURITY ###################################
# Require clients to issue AUTH <PASSWORD> before processing any other
# commands. This might be useful in environments in which you do not trust
@@ -122,14 +122,14 @@
# Still if append only mode is enabled Redis will load the data from the
# log file at startup ignoring the dump.rdb file.
#
# The name of the append only file is "appendonly.log"
-appendonly no
+#appendonly no
# The fsync() call tells the Operating System to actually write data on disk
-# instead to wait for more data in the output buffer. Some OS will really flush
+# instead to wait for more data in the output buffer. Some OS will really flush
# data on disk, some other OS will just try to do it ASAP.
#
# Redis supports three different modes:
#
# no: don't fsync, just let the OS flush the data when it wants. Faster.
@@ -140,11 +140,11 @@
# understand if you can relax this to "everysec" that will fsync every second
# or to "no" that will let the operating system flush the output buffer when
# it want, for better performances (but if you can live with the idea of
# some data loss consider the default persistence mode that's snapshotting).
-appendfsync always
+#appendfsync always
# appendfsync everysec
# appendfsync no
############################### ADVANCED CONFIG ###############################
@@ -165,7 +165,7 @@
# very common strings you have in your dataset.
#
# WARNING: object sharing is experimental, don't enable this feature
# in production before of Redis 1.0-stable. Still please try this feature in
# your development environment so that we can test it better.
-shareobjects no
-shareobjectspoolsize 1024
+#shareobjects no
+#shareobjectspoolsize 1024