- 10 Nov, 2011 1 commit
-
-
antirez authored
high resolution expires API modified to use separated commands. AOF transation to PEXPIREAT of all the expire-style commands fixed.
-
- 09 Nov, 2011 2 commits
-
-
antirez authored
-
antirez authored
Initial support for key expire times with millisecond resolution. RDB version is now 3, new opcoded added for high resolution times. Redis is still able to correctly load RDB version 2. Tests passing but still a work in progress. API to specify milliseconds expires still missing, but the precision of normal expires is now already improved and working.
-
- 08 Nov, 2011 1 commit
-
-
antirez authored
-
- 17 Oct, 2011 2 commits
- 10 Oct, 2011 1 commit
-
-
antirez authored
-
- 04 Oct, 2011 1 commit
-
-
antirez authored
-
- 07 Jul, 2011 2 commits
-
-
antirez authored
don't process EXPIRE with negative TTL or EXPIREAT with time in the past if we are a slave too (see http://groups.google.com/group/redis-db/browse_thread/thread/5a931fefb88b16d5). Also propagate it as DEL.
-
Hampus Wessman authored
They will be expired (and a DEL will be logged) after the loading is done instead.
-
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 20 Jun, 2011 1 commit
-
-
antirez authored
-
- 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.
-