- 25 Mar, 2012 1 commit
-
-
antirez authored
This new field counts all the times Redis is configured with AOF enabled and fsync policy 'everysec', but the previous fsync performed by the background thread was not able to complete within two seconds, forcing Redis to perform a write against the AOF file while the fsync is still in progress (likely a blocking operation).
-
- 14 Mar, 2012 1 commit
-
-
antirez authored
-
- 10 Mar, 2012 1 commit
-
-
antirez authored
Added a top-function comment to rioWriteHashIteratorCursor() to better specify what the function does. Not immediately clear from the name.
-
- 24 Jan, 2012 1 commit
-
-
antirez authored
-
- 23 Jan, 2012 1 commit
-
-
antirez authored
Implementation of the internals that make possible to terminate clients overcoming configured output buffer (soft and hard) limits.
-
- 17 Jan, 2012 1 commit
-
-
antirez authored
Track the length of the client pending output buffers (still to transfer) in a new field in the client structure.
-
- 03 Jan, 2012 1 commit
-
-
Pieter Noordhuis authored
-
- 21 Dec, 2011 6 commits
- 20 Dec, 2011 1 commit
-
-
antirez authored
-
- 15 Dec, 2011 2 commits
- 13 Dec, 2011 5 commits
- 12 Nov, 2011 1 commit
-
-
antirez authored
Fixed issues with expire introduced with latest millisecond resolution feature. Many time_t were not converted to long long, and one time() call was not replaced with mstime().
-
- 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
-
- 26 Oct, 2011 1 commit
-
-
antirez authored
Clear the AOF rewrite scheduled flag once an AOF rewrite is triggered. Fix for issue #161, probably fixing 159 as well.
-
- 08 Oct, 2011 1 commit
-
-
antirez authored
Thanks to @ardsrk.
-
- 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.
-
- 19 Sep, 2011 2 commits
- 16 Sep, 2011 4 commits
-
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
antirez authored
Added aof_backgronud_fsync() function, and use it in the bacground rewrite done handler when the fsync policy is everysec.
-
- 15 Sep, 2011 1 commit
-
-
antirez authored
-
- 13 Sep, 2011 4 commits
-
-
antirez authored
use bio.c instead of libeio for closing the AOF file in background. Some comment added and other minor changes.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-