- 04 Apr, 2012 4 commits
-
-
antirez authored
Structure field controlling the INFO field master_link_down_since_seconds initialized correctly to avoid strange INFO output at startup when a slave has yet to connect to its master.
-
antirez authored
-
antirez authored
-
antirez authored
Print milliseconds of the current second in log lines timestamps. Sometimes precise timing is very important for debugging.
-
- 03 Apr, 2012 4 commits
- 02 Apr, 2012 6 commits
- 01 Apr, 2012 1 commit
-
-
antirez authored
-
- 31 Mar, 2012 4 commits
- 30 Mar, 2012 2 commits
-
-
antirez authored
-
Joseph Jang authored
occurs when two or more dbs are replicated and at least one of them is >db10
-
- 29 Mar, 2012 2 commits
- 28 Mar, 2012 3 commits
-
-
Nathan Fritz authored
(The original implementation was modified by @antirez to conform Redis coding standards.)
-
antirez authored
-
antirez authored
-
- 27 Mar, 2012 10 commits
-
-
Premysl Hruby authored
-
Premysl Hruby authored
-
Premysl Hruby authored
-
Premysl Hruby authored
-
antirez authored
-
antirez authored
Produce the watchlog warning log in a way that is safer from a signal handler. Fix a memory leak in the backtrace generation function.
-
antirez authored
This is required to ensure that the signal will be delivered to the main thread when the watchdog timer expires.
-
antirez authored
-
antirez authored
-
antirez authored
SIGSEGV handler refactored so that we can reuse stack trace and current client logging functionalities in other contexts.
-
- 25 Mar, 2012 2 commits
-
-
antirez authored
-
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).
-
- 24 Mar, 2012 1 commit
-
-
antirez authored
-
- 23 Mar, 2012 1 commit
-
-
antirez authored
-