Commit Graph

1577 Commits

Author SHA1 Message Date
ad6347b74e Slowlog backported to 2.2 2011-07-01 15:45:36 +02:00
d3b5989148 Partial fix for a problem with AOF and BRPOP. We have at least a single evidence of an AOF that ended with a BRPOP call against an empty list, causing later issues at run time. Now the problem is detected while loading the AOF at startup, even if it is still to understand how the corrupted AOF was generated. 2011-06-29 16:10:28 +02:00
a2d68e6524 Redis 2.2.11 2.2.11 2011-06-22 22:37:21 +02:00
25e805b417 Use a safe iterator while saving the DB, since the getExpire() function will access the iterating dictionary. 2011-06-17 15:41:10 +02:00
4ec8b732b7 Redis 2.2.10 2.2.10 2011-06-14 17:32:49 +02:00
046b4f66ef redis-cli updated to the same version as the 2.4 branch 2011-06-14 17:28:01 +02:00
5d91926304 Fix for issue 566, fixed in a more long term way into the 2.4 branch 2011-06-14 17:19:25 +02:00
5afce9b6ea SETNX regression tests. 2011-06-14 17:13:08 +02:00
0df2e5b9d5 Fixed init script bug, thanks to Henrik Westphal 2011-06-14 17:12:14 +02:00
0b4eb5fd21 Better init script 2011-06-14 13:49:02 +02:00
b13216a8c7 Work with make v3.80 2011-06-13 09:42:03 +02:00
25a585ad42 Changelog typo fixed 2011-06-09 22:03:18 +02:00
7d8c021a9a Redis 2.2.9 2.2.9 2011-06-09 19:08:22 +02:00
be87e76906 Merge remote branch 'origin/2.2' into 2.2 2011-06-09 19:04:48 +02:00
09d9879963 AOF log rewriting in slave performed after a successful sych with the master was misplaced. Now it happens at the right time. 2011-06-09 19:04:31 +02:00
dfc74051ce test for the BRPOPLPUSH issue 561 related issues 2011-05-30 17:16:33 +02:00
196fc32b77 use the new rewriteClientCommandVector() function for SPOP -> SREM replication translation as well. 2011-05-27 15:39:31 +02:00
b190b0c98f modified the BRPOPLPUSH target field cleanup strategy to fix it the proper way. 2011-05-27 15:01:20 +02:00
d7061f8137 Removed a leak in the BRPOPLPUSH unrelated to issue 561 2011-05-27 14:09:50 +02:00
20867e8009 Fix for issue 516, rewriting the command vector to correctly repliate BRPOPLPUSH. Still to test everything, especially edge cases 2011-05-26 13:49:03 +02:00
10e987c5fd Merge branch '2.2' of github.com:antirez/redis into 2.2 2011-05-25 12:29:23 +02:00
cc958ccf42 Fix for Pub/Sub system, introduced in Redis 2.2.6 with the new copy-on-write safe iterator semantics. In the hope this is the last bug I introduced this way. 2011-05-25 12:29:14 +02:00
ec279203df Redis 2.2.8 2.2.8 2011-05-24 16:34:53 +02:00
480a2e73cf Comment typo fixed 2011-05-24 10:43:31 +02:00
f447a7ebb4 ZUNIONSTORE new iterator API fix backported into 2.2 2011-05-21 20:34:59 +02:00
748a2da3e8 Print version info before running the test 2011-05-20 11:44:09 +02:00
b02e81be07 Fixed SINTER[STORE] problem related to the new copy on write safe iterator 2011-05-15 12:15:54 +02:00
430719ca53 Fixed bug introduced with the copy-on-write friendly iteartor 2011-05-13 12:53:07 +02:00
cc8a0f898b Fix for DEBUG DIGEST, key may expire on lookup 2011-05-13 11:42:02 +02:00
cd128d2882 replication with expire test modified to produce no or less false failures 2011-05-12 20:15:13 +02:00
c717adbc2e regression for zinterstore bug 2011-05-12 20:14:15 +02:00
1ffa5d73ed Convert intset encoded set before Z*STORE 2011-05-12 16:18:43 +02:00
a7fa2baf06 Redis 2.2.7 2.2.7 2011-05-11 10:40:24 +02:00
f7aef5241b removed assert causing an illegal memory access. This was responsible of crashes during BLPOP and other list blocking operations. 2011-05-11 09:49:23 +02:00
c86a4f9102 use safe Dict iteration in DEBUG DIGEST 2011-05-10 11:04:30 +02:00
2e638590ad Introduced a safe iterator interface that can be used to iterate while accessing the dictionary at the same time. Now the default interface is consireded unsafe and should be used only with dictNext() 2011-05-10 11:04:03 +02:00
3554f09ddc Merge branch '2.2' of github.com:antirez/redis into 2.2 2011-05-07 12:10:47 +02:00
ccab83e729 when Redis fails accepting a new connection reports the error at WARNING and not VERBOSE error level. Thanks to offby1 for proposing this in the Redis mailing list. #backport-candidate 2011-05-07 12:10:39 +02:00
97ddfbbfc3 Redis version 2.2.6 2.2.6 2011-05-05 15:56:47 +02:00
50e50d6a25 Fix ziplist regression and update stresser 2011-05-05 15:17:49 +02:00
9d665825d9 Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the connection with its slaves 2011-04-29 14:18:33 +02:00
19b55f8ebc Redis 2.2.5 2.2.5 2011-04-22 16:25:13 +02:00
bf3692797d Use correct argc/argv for cleanup when loading AOF 2011-04-22 09:41:07 +02:00
da06854477 Reformat AOF tests 2011-04-22 09:40:10 +02:00
38de9362b2 Revert "tests for variadic list push"
This reverts commit 1b905277bb.
Moving all the new stuff in 2.4 branch.
2011-04-15 17:41:32 +02:00
7600994937 Revert "variadic LPUSH/RPUSH backported to 2.2"
This reverts commit c138dc7da4.
Moving all the new stuff in 2.4 branch.
2011-04-15 17:41:07 +02:00
6a9764d183 Merge branch '2.2' of github.com:antirez/redis into 2.2 2011-04-15 17:28:03 +02:00
c138dc7da4 variadic LPUSH/RPUSH backported to 2.2 2011-04-15 17:27:20 +02:00
1b905277bb tests for variadic list push 2011-04-15 17:15:59 +02:00
2b886275e9 Redis 2.2.4 2.2.4 2011-04-06 15:39:54 +02:00