- 25 Mar, 2018 1 commit
-
-
antirez authored
-
- 22 Feb, 2017 1 commit
-
-
antirez authored
Testing with Solaris C compiler (SunOS 5.11 11.2 sun4v sparc sun4v) there were issues compiling due to atomicvar.h and running the tests also failed because of "tail" usage not conform with Solaris tail implementation. This commit fixes both the issues.
-
- 24 Aug, 2016 1 commit
-
-
antirez authored
-
- 02 Jan, 2015 1 commit
-
-
Matt Stancliff authored
This replaces individual ziplist vs. linkedlist representations for Redis list operations. Big thanks for all the reviews and feedback from everybody in https://github.com/antirez/redis/pull/2143
-
- 10 Jul, 2014 2 commits
- 25 May, 2012 1 commit
-
- 02 May, 2012 1 commit
-
-
antirez authored
-
- 17 Apr, 2012 1 commit
-
-
Michael Schlenker authored
Tcl's exec can send data to stdout itself, no need to call cat/echo for that usually.
-
- 07 Apr, 2012 1 commit
-
-
antirez authored
Added new test to check that "CONFIG appendonly no" actually kills the background AOF operation in progress if any.
-
- 06 Apr, 2012 1 commit
-
-
antirez authored
Check for scheduled rewrite if a BGSAVAE is in progress. Check for error if a rewrite is already in progress.
-
- 03 Jan, 2012 1 commit
-
-
Pieter Noordhuis authored
-
- 13 Dec, 2011 1 commit
-
-
antirez authored
-