]> git.saurik.com Git - redis.git/commit
It is now posible to flush all the previous saving points in redis.conf by using...
authorantirez <antirez@gmail.com>
Mon, 16 Jan 2012 15:50:24 +0000 (16:50 +0100)
committerantirez <antirez@gmail.com>
Mon, 16 Jan 2012 15:50:24 +0000 (16:50 +0100)
commit4aac3ff2473b4e70dd503ff5c65891146dac30fc
treeab070632e06df50b383ffaacda44e7fcf707b509
parentebdfad69dce1b3a1a48960328e5f6c3ed8fafa41
It is now posible to flush all the previous saving points in redis.conf by using a save directive with a single empty string argument, like it happens for CONFIG SET save.
redis.conf
src/config.c