- 04 Jan, 2012 1 commit
-
-
Pieter Noordhuis authored
To improve the performance of the ziplist implementation, some functions have been converted to macros to avoid unnecessary stack movement and duplicate variable assignments.
-
- 03 Jan, 2012 1 commit
-
-
Pieter Noordhuis authored
-
- 02 Jan, 2012 1 commit
-
-
Pieter Noordhuis authored
-
- 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 7 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
-
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 2 commits
- 15 Dec, 2011 4 commits
- 14 Dec, 2011 1 commit
-
-
antirez authored
-
- 13 Dec, 2011 3 commits