spec/config/slave.conf in redis-store-1.0.0.beta2 vs spec/config/slave.conf in redis-store-1.0.0.beta3

- old
+ new

@@ -74,10 +74,10 @@ # If you want to save some CPU in the saving child set it to 'no' but # the dataset will likely be bigger if you have compressible values or keys. rdbcompression yes # The filename where to dump the DB -dbfilename slave-dump.rdb +dbfilename tmp/slave-dump.rdb # The working directory. # # The DB will be written inside this directory, with the filename specified # above using the 'dbfilename' configuration directive.