- 29 Oct, 2009 7 commits
-
-
antirez authored
EXPIRE behaviour changed a bit, a negative TTL or an EXPIREAT with unix time in the past will now delete the key. It seems saner to me than doing nothing.
-
antirez authored
-
antirez authored
Fixed Issue 74 (ERR just returned on invalid password), now the error message is -ERR invalid password.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 28 Oct, 2009 2 commits
- 27 Oct, 2009 4 commits
- 26 Oct, 2009 12 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
A trivial change makes the new implementation O(log(N)) instead of O(log(N))+O(M) when there are M repeated scores!
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
backward support to skiplists for ZREVRANGE, still broken, committing since I've to merge the Solaris patches
-
antirez authored
-
- 23 Oct, 2009 8 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
initial skiplist implementation. Most memory checks removed and zmalloc() modified to fail with an error message and abort. Anyway Redis is not designed to recover from out of memory conditions.
-
- 22 Oct, 2009 2 commits
- 21 Oct, 2009 1 commit
-
-
antirez authored
-
- 20 Oct, 2009 1 commit
-
-
antirez authored
Imporant bug leading to data corruption fixed (NOT affecting stable distribution), Tcl client lib MSET/MSETNX implementation fixed, Added new tests for MSET and MSETNX in test-redis.tcl
-
- 17 Oct, 2009 1 commit
-
-
antirez authored
-
- 16 Oct, 2009 2 commits