ability to specify a different file name for the DB
[redis.git] / TODO
diff --git a/TODO b/TODO
index 9c9225161736037efc8381ad31e23afeb0a5dad0..9b2fb3535635283661e6b6e8b13fc10536ee3a51 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,7 +7,6 @@ BEFORE REDIS 1.0.0-rc1
 - network layer stresser in test in demo, make sure to set/get random streams of data and check that what we read back is byte-by-byte the same.
 - maxclients directive
 - check 'server.dirty' everywere
-- config parameter to change the name of the DB file
 - replication automated tests
 - an external tool able to perform the 'difference' between two Redis servers. It's like 'diff', but against Redis servers, and the output is the set of commands needed to turn the first server into the second, suitable to be sent via netcat.
    $ ./redis-diff 192.168.1.1 192.168.1.2 > diff.txt