- 05 May, 2011 1 commit
-
-
antirez authored
Fixed semantics of CLUSTER SETSLOT, SELECT now only denied in cluster mode if selected DB is not 0 so that MIGRATE still works well.
-
- 29 Apr, 2011 1 commit
-
-
antirez authored
-
- 28 Apr, 2011 1 commit
-
-
antirez authored
-
- 29 Mar, 2011 1 commit
-
-
antirez authored
-
- 28 Mar, 2011 3 commits
- 23 Mar, 2011 1 commit
-
-
antirez authored
-
- 04 Mar, 2011 1 commit
-
-
antirez authored
-
- 14 Jan, 2011 1 commit
-
-
antirez authored
-
- 09 Jan, 2011 1 commit
-
-
antirez authored
-
- 07 Jan, 2011 1 commit
-
-
antirez authored
-
- 03 Jan, 2011 4 commits
- 02 Jan, 2011 1 commit
-
-
antirez authored
-
- 01 Jan, 2011 2 commits
- 31 Dec, 2010 3 commits
- 30 Dec, 2010 5 commits
- 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.
-
- 28 Dec, 2010 1 commit
-
-
antirez authored
-
- 03 Nov, 2010 1 commit
-
-
antirez authored
-
- 02 Nov, 2010 1 commit
-
-
antirez authored
Do not update the LRU info on key lookup when we have a saving child. With this trivial change the additional memory used while saving with a background child in presence of many read operations is zero.
-
- 15 Oct, 2010 2 commits
-
-
antirez authored
-
antirez authored
Don't increment dirty on expireIfNeeded() as natural expires are not considered database changes. This will avoid useless read-only commands in the AOF file as a result of, for instance, a GET operation triggering an expirIfNeeded() call resulting in an expired key removed.
-
- 14 Oct, 2010 1 commit
-
-
antirez authored
Object approximated LRU algorithm enhanced / fixed / refactored. This is used for the VM currently but will soon be used for maxmemory expiring.
-
- 07 Oct, 2010 1 commit
-
-
antirez authored
fixed an alignment problem with time_t is 32 bit, long is 64 bit, and arch is sparc or any other where unaligned accesses will result to sigbus
-
- 08 Sep, 2010 3 commits
-
-
antirez authored
Fix re-enabled again, I forgot to check if VM was enabled before calling handleClientsBlockedOnSwappedKey()
-
antirez authored
-
antirez authored
Fixed a race condition in VM happening when a key was deleted while there was a client waiting for this key to be resumed from swap to memory. The client would hang forever.
-
- 02 Sep, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-