antirez
|
10e987c5fd
Merge branch '2.2' of github.com:antirez/redis into 2.2
|
13 years ago |
antirez
|
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.
|
13 years ago |
antirez
|
ec279203df
Redis 2.2.8
|
13 years ago |
antirez
|
480a2e73cf
Comment typo fixed
|
13 years ago |
antirez
|
f447a7ebb4
ZUNIONSTORE new iterator API fix backported into 2.2
|
13 years ago |
antirez
|
748a2da3e8
Print version info before running the test
|
13 years ago |
antirez
|
b02e81be07
Fixed SINTER[STORE] problem related to the new copy on write safe iterator
|
13 years ago |
antirez
|
430719ca53
Fixed bug introduced with the copy-on-write friendly iteartor
|
13 years ago |
antirez
|
cc8a0f898b
Fix for DEBUG DIGEST, key may expire on lookup
|
13 years ago |
antirez
|
cd128d2882
replication with expire test modified to produce no or less false failures
|
13 years ago |
antirez
|
c717adbc2e
regression for zinterstore bug
|
13 years ago |
Pieter Noordhuis
|
1ffa5d73ed
Convert intset encoded set before Z*STORE
|
13 years ago |
antirez
|
a7fa2baf06
Redis 2.2.7
|
13 years ago |
antirez
|
f7aef5241b
removed assert causing an illegal memory access. This was responsible of crashes during BLPOP and other list blocking operations.
|
13 years ago |
antirez
|
c86a4f9102
use safe Dict iteration in DEBUG DIGEST
|
13 years ago |
antirez
|
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()
|
13 years ago |
antirez
|
3554f09ddc
Merge branch '2.2' of github.com:antirez/redis into 2.2
|
13 years ago |
antirez
|
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
|
13 years ago |
antirez
|
97ddfbbfc3
Redis version 2.2.6
|
13 years ago |
Pieter Noordhuis
|
50e50d6a25
Fix ziplist regression and update stresser
|
13 years ago |
antirez
|
9d665825d9
Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the connection with its slaves
|
13 years ago |
antirez
|
19b55f8ebc
Redis 2.2.5
|
13 years ago |
Pieter Noordhuis
|
bf3692797d
Use correct argc/argv for cleanup when loading AOF
|
13 years ago |
Pieter Noordhuis
|
da06854477
Reformat AOF tests
|
13 years ago |
antirez
|
38de9362b2
Revert "tests for variadic list push"
|
13 years ago |
antirez
|
7600994937
Revert "variadic LPUSH/RPUSH backported to 2.2"
|
13 years ago |
antirez
|
6a9764d183
Merge branch '2.2' of github.com:antirez/redis into 2.2
|
13 years ago |
antirez
|
c138dc7da4
variadic LPUSH/RPUSH backported to 2.2
|
13 years ago |
antirez
|
1b905277bb
tests for variadic list push
|
13 years ago |
antirez
|
2b886275e9
Redis 2.2.4
|
13 years ago |