- 09 Nov, 2011 1 commit
-
-
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
-
- 23 Oct, 2011 1 commit
-
-
antirez authored
A past commit removed the inclusion of redis.h from rdb.c, completely breaking 32 bit builds under Linux.
-
- 14 Oct, 2011 1 commit
-
-
antirez authored
Ref: issue #103
-
- 04 Oct, 2011 1 commit
-
-
antirez authored
-
- 22 Sep, 2011 1 commit
-
-
antirez authored
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure pointer to avoid copying a structure to return value to the caller.
-
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 20 Jun, 2011 1 commit
-
-
antirez authored
-
- 17 Jun, 2011 1 commit
-
-
antirez authored
Use a safe iterator while saving the DB, since the getExpire() function will access the iterating dictionary.
-
- 10 Jun, 2011 2 commits
- 29 May, 2011 1 commit
-
-
antirez authored
INFO now contains the time (in usecs) needed to fork() in order to persist. The info is available in the stats section of INFO.
-
- 14 May, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 13 May, 2011 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 10 May, 2011 1 commit
-
-
antirez authored
RDB version signature bumped to 2, now that direct saving of specially encoded types is implemented 2.2 instances are no longer able to read rdb files produced by 2.4 or unstable.
-
- 06 Apr, 2011 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 29 Mar, 2011 1 commit
-
-
antirez authored
-
- 10 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 09 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 28 Feb, 2011 7 commits
-
-
antirez authored
fix type in rdbSaveKeyValuePair() when saving an intset. Don't merge this commit into 2.2 as will not apply cleanly.
-
antirez authored
-
antirez authored
-
antirez authored
save ziplist encoded type as a different type id. Done as separated commit since this is the part that will not merge cleanly in 2.2
-
antirez authored
-
antirez authored
-
antirez authored
-
- 11 Feb, 2011 1 commit
-
-
antirez authored
fixed two diskstore issues, a quasi-deadlock creating problems with I/O speed and a race condition among threads
-
- 07 Jan, 2011 3 commits
- 05 Jan, 2011 1 commit
-
-
antirez authored
-
- 30 Dec, 2010 2 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
-