- 20 Apr, 2010 2 commits
- 19 Apr, 2010 3 commits
-
-
antirez authored
Fix for MULTI/EXEC and Replication/AOF: now the block is correctly sent as MULTI/..writing operations../EXEC. Ok for slaves but more work needed for the AOF as it should be a write-all-or-nothing business
-
antirez authored
-
antirez authored
Added package require Tcl 8.5 in redis.tcl so it will show a clear error when the test suit is attempted to run under 8.4
-
- 18 Apr, 2010 1 commit
-
-
antirez authored
-
- 17 Apr, 2010 9 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
git://github.com/pietern/redisantirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
Added support for Guru Mediation, and raising a guru mediation if refCount <= 0 but decrRefCount is called against such an object
-
- 16 Apr, 2010 11 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
git://github.com/pietern/redisantirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
- 15 Apr, 2010 12 commits
-
-
Konstantin Merenkov authored
-
Pieter Noordhuis authored
make sure that cmpobj is in decoded form when sorting by ALPHA (this solves edge case from previous commit where (!sortby && alpha) == 1)
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
set refcount of string objects retrieved from zipmaps to 0, so we don't have to touch the refcount of the objects inside dicts
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noordhuis for feedbacks/help
-
- 14 Apr, 2010 1 commit
-
-
antirez authored
-
- 13 Apr, 2010 1 commit
-
-
Alex McHale authored
-