- 22 Jan, 2012 1 commit
-
-
antirez authored
fixed typo in hahs function seed default value. It is no longer used but fixed to retain the old constant as default anyway.
-
- 21 Jan, 2012 2 commits
- 20 Jan, 2012 4 commits
- 17 Jan, 2012 2 commits
- 16 Jan, 2012 5 commits
-
-
antirez authored
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.
-
antirez authored
Don't change the replication state if SLAVE OF is called with arguments specifying the same master we are already connected with. This fixes issues #290.
-
antirez authored
-
antirez authored
-
antirez authored
-
- 12 Jan, 2012 1 commit
-
-
antirez authored
On crash print information about the current client (if any), command vector, and object associated to first argument assuming it is a key.
-
- 11 Jan, 2012 1 commit
-
-
antirez authored
-
- 10 Jan, 2012 1 commit
-
-
antirez authored
-
- 07 Jan, 2012 1 commit
-
-
antirez authored
-
- 31 Dec, 2011 3 commits
- 30 Dec, 2011 1 commit
-
-
antirez authored
Fixed replication when multiple slaves are attaching at the same time. The output buffer was not copied correctly between slaves. This fixes issue #141.
-
- 23 Dec, 2011 1 commit
-
-
antirez authored
-
- 21 Dec, 2011 8 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
AOF fileds in the global server state, and define names, renamed with more consistent names. More work to do.
-
antirez authored
-
antirez authored
server.appendonly -> server.aof_state, and many comments added in the server global state structure in the process.
-
- 20 Dec, 2011 2 commits
- 19 Dec, 2011 3 commits
-
-
BigCat authored
Using `getLongFromObjectOrReply` instead of `atoi` if possible. The following functions are modified. * lrangeCommand * ltrimCommand * lremCommand * lindexCommand * lsetCommand * zunionInterGenericCommand * genericZrangebyscoreCommand * sortCommand
-
antirez authored
-
antirez authored
Fixed memleak in CLIENT INFO, added simple test that will work as regression test on mac os x and in the CI when running over valgrind. This fixes issue #256
-
- 18 Dec, 2011 1 commit
-
-
antirez authored
-
- 16 Dec, 2011 1 commit
-
-
antirez authored
loop is never destroyed in Redis). Thanks to @anydot for noticing it.
-
- 15 Dec, 2011 2 commits