- 16 Jan, 2012 4 commits
- 12 Jan, 2012 2 commits
- 11 Jan, 2012 1 commit
-
-
antirez authored
-
- 10 Jan, 2012 1 commit
-
-
antirez authored
-
- 07 Jan, 2012 1 commit
-
-
antirez authored
-
- 06 Jan, 2012 2 commits
- 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 3 commits
- 22 Dec, 2011 2 commits
-
-
Salvatore Sanfilippo authored
Fixed a config docs typo.
-
diegok authored
-
- 21 Dec, 2011 11 commits
-
-
antirez authored
-
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.
-
antirez authored
-
antirez authored
Redis test: when assertion fails print not just the expression but also expanded values in the error message.
-
- 20 Dec, 2011 3 commits
- 19 Dec, 2011 6 commits
-
-
Salvatore Sanfilippo authored
Fix issue #247 and add a test case
-
BigCat authored
Added a naive unit test for SORT-LIMIT command.
-
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
-
antirez authored
-