summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Redis 2.2.102.2.10antirez2011-06-142-1/+12
|
* redis-cli updated to the same version as the 2.4 branchantirez2011-06-141-35/+75
|
* Fix for issue 566, fixed in a more long term way into the 2.4 branchantirez2011-06-142-0/+2
|
* SETNX regression tests.Pieter Noordhuis2011-06-141-11/+38
|
* Fixed init script bug, thanks to Henrik Westphalantirez2011-06-141-1/+1
|
* Better init scriptantirez2011-06-141-6/+13
|
* Work with make v3.80Pieter Noordhuis2011-06-131-1/+4
|
* Changelog typo fixedantirez2011-06-091-1/+1
|
* Redis 2.2.92.2.9antirez2011-06-092-1/+13
|
* Merge remote branch 'origin/2.2' into 2.2antirez2011-06-096-21/+95
|\
| * test for the BRPOPLPUSH issue 561 related issuesantirez2011-05-302-0/+26
| |
| * use the new rewriteClientCommandVector() function for SPOP -> SREM ↵antirez2011-05-274-36/+32
| | | | | | | | replication translation as well.
| * modified the BRPOPLPUSH target field cleanup strategy to fix it the proper way.antirez2011-05-271-3/+5
| |
| * Removed a leak in the BRPOPLPUSH unrelated to issue 561antirez2011-05-271-0/+1
| |
| * Fix for issue 516, rewriting the command vector to correctly repliate ↵antirez2011-05-261-7/+56
| | | | | | | | BRPOPLPUSH. Still to test everything, especially edge cases
* | AOF log rewriting in slave performed after a successful sych with the master ↵antirez2011-06-091-1/+2
|/ | | | was misplaced. Now it happens at the right time.
* Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-05-252-1/+14
|\
| * Redis 2.2.82.2.8antirez2011-05-242-1/+14
| |
* | Fix for Pub/Sub system, introduced in Redis 2.2.6 with the new copy-on-write ↵antirez2011-05-251-1/+1
|/ | | | safe iterator semantics. In the hope this is the last bug I introduced this way.
* Comment typo fixedantirez2011-05-241-1/+1
|
* ZUNIONSTORE new iterator API fix backported into 2.2antirez2011-05-211-3/+12
|
* Print version info before running the testantirez2011-05-202-0/+7
|
* Fixed SINTER[STORE] problem related to the new copy on write safe iteratorantirez2011-05-151-0/+1
|
* Fixed bug introduced with the copy-on-write friendly iteartorantirez2011-05-131-1/+12
|
* Fix for DEBUG DIGEST, key may expire on lookupantirez2011-05-131-0/+5
|
* replication with expire test modified to produce no or less false failuresantirez2011-05-121-0/+2
|
* regression for zinterstore bugantirez2011-05-121-0/+7
|
* Convert intset encoded set before Z*STOREPieter Noordhuis2011-05-121-0/+4
|
* Redis 2.2.72.2.7antirez2011-05-112-1/+8
|
* removed assert causing an illegal memory access. This was responsible of ↵antirez2011-05-111-1/+0
| | | | crashes during BLPOP and other list blocking operations.
* use safe Dict iteration in DEBUG DIGESTantirez2011-05-101-1/+1
|
* Introduced a safe iterator interface that can be used to iterate while ↵antirez2011-05-102-7/+21
| | | | accessing the dictionary at the same time. Now the default interface is consireded unsafe and should be used only with dictNext()
* Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-05-074-36/+54
|\
| * Redis version 2.2.62.2.6antirez2011-05-052-1/+10
| |
| * Fix ziplist regression and update stresserPieter Noordhuis2011-05-051-31/+34
| |
| * Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close ↵antirez2011-04-291-4/+10
| | | | | | | | the connection with its slaves
* | when Redis fails accepting a new connection reports the error at WARNING and ↵antirez2011-05-071-2/+2
|/ | | | not VERBOSE error level. Thanks to offby1 for proposing this in the Redis mailing list. #backport-candidate
* Redis 2.2.52.2.5antirez2011-04-222-1/+6
|
* Use correct argc/argv for cleanup when loading AOFPieter Noordhuis2011-04-222-3/+23
|
* Reformat AOF testsPieter Noordhuis2011-04-221-25/+29
|
* Revert "tests for variadic list push"antirez2011-04-151-16/+0
| | | | | This reverts commit 1b905277bb61255441a24a2a3667d5899b1c448f. Moving all the new stuff in 2.4 branch.
* Revert "variadic LPUSH/RPUSH backported to 2.2"antirez2011-04-152-27/+22
| | | | | This reverts commit c138dc7da4cf210fd70f4c7621833bd0388fce77. Moving all the new stuff in 2.4 branch.
* Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-04-155-3/+64
|\
| * Redis 2.2.42.2.4antirez2011-04-062-1/+6
| |
| * make sure that OBJECT ENCODING returns skiplist for sorted sets, and not ↵antirez2011-04-062-1/+6
| | | | | | | | raw, so that once we will merge specially encoded sorted sets everything will make sense.
| * CHANGELOG updated2.2.3antirez2011-04-061-0/+10
| |
| * Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-04-061-3/+23
| |\
| * | version is now 2.2.3antirez2011-04-061-1/+1
| | |
| * | OBJECT command implementedantirez2011-04-063-1/+42
| | |
* | | variadic LPUSH/RPUSH backported to 2.2antirez2011-04-152-22/+27
| | |