- 18 Apr, 2012 1 commit
-
-
antirez authored
-
- 27 Mar, 2012 1 commit
-
-
Premysl Hruby authored
-
- 29 Feb, 2012 2 commits
- 28 Feb, 2012 2 commits
- 31 Jan, 2012 1 commit
-
-
antirez authored
-
- 19 Dec, 2011 1 commit
-
-
BigCat authored
Using `getLongFromObjectOrReply` instead of `atoi` if possible. The following functions are modified. * lrangeCommand * ltrimCommand * lremCommand * lindexCommand * lsetCommand * zunionInterGenericCommand * genericZrangebyscoreCommand * sortCommand
-
- 08 Nov, 2011 1 commit
-
-
antirez authored
-
- 04 Oct, 2011 1 commit
-
-
antirez authored
-
- 14 Sep, 2011 1 commit
-
-
antirez authored
Optimize LRANGE to scan the list starting from the head or the tail in order to traverse the minimal number of elements. Thanks to Didier Spezia for noticing the problem and providing a patch.
-
- 12 Sep, 2011 1 commit
-
-
antirez authored
-
- 07 Sep, 2011 1 commit
-
-
Hampus Wessman authored
-
- 08 Jul, 2011 1 commit
-
-
antirez authored
Take a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.
-
- 20 Jun, 2011 1 commit
-
-
antirez authored
-
- 11 May, 2011 1 commit
-
-
antirez authored
removed assert causing an illegal memory access. This was responsible of crashes during BLPOP and other list blocking operations.
-
- 15 Apr, 2011 1 commit
-
-
antirez authored
-
- 03 Feb, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 17 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 29 Dec, 2010 1 commit
-
-
antirez authored
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
-
- 07 Dec, 2010 1 commit
-
-
antirez authored
LRANGE converted into a COW friendly command. Some refactoring, comment, and new addReply*() family function added in the process.
-
- 06 Dec, 2010 6 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 30 Nov, 2010 9 commits
-
-
Michel Martens & Damian Janowski authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
- 17 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 02 Sep, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-