diff --git a/Changelog b/Changelog index 50f10d2c5..bdd99731f 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +2009-04-28 GETSET tests +2009-04-28 GETSET implemented +2009-04-27 ability to specify a different file name for the DB 2009-04-27 log file parsing code improved a bit 2009-04-27 bgsave_in_progress field in INFO output 2009-04-27 INCRBY/DECRBY now support 64bit increments, with tests diff --git a/TODO b/TODO index 9b2fb3535..bb162494b 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,6 @@ BEFORE REDIS 1.0.0-rc1 - What happens if the saving child gets killed instead to end normally? Handle this. - Make sinterstore / unionstore / sdiffstore returning the cardinality of the resulting set. - Remove max number of args limit -- GETSET - 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 diff --git a/doc/CommandReference.html b/doc/CommandReference.html index 791278369..5ade73b96 100644 --- a/doc/CommandReference.html +++ b/doc/CommandReference.html @@ -27,7 +27,7 @@

Redis Command Reference

Every command name links to a specific wiki page describing the behavior of the command.

Connection handling

-

Commands operating on string values

+

Commands operating on string values

Commands operating on the key space

Commands operating on lists

Commands operating on sets

diff --git a/doc/FAQ.html b/doc/FAQ.html index 87be5de59..84320715e 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -16,7 +16,7 @@

FAQ

@@ -34,7 +34,7 @@ So Redis offers more features: