Commit Graph

1548 Commits

Author SHA1 Message Date
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
93db956e06 make sure that OBJECT ENCODING returns skiplist for sorted sets, and not raw, so that once we will merge specially encoded sorted sets everything will make sense. 2011-04-06 15:38:08 +02:00
27fc6199ca CHANGELOG updated 2.2.3 2011-04-06 12:46:39 +02:00
0b01578d2e Merge branch '2.2' of github.com:antirez/redis into 2.2 2011-04-06 12:23:44 +02:00
920c45b818 version is now 2.2.3 2011-04-06 12:23:16 +02:00
cf6c3f4b04 OBJECT command implemented 2011-04-06 12:22:09 +02:00
fb90934c47 fixed memory leak introduced with the previous commit. Many thanks to Pieter Noordhuis for spotting it in no time 2011-03-31 19:54:08 +02:00
207ca3cedd Merge branch '2.2' of github.com:antirez/redis into 2.2 2011-03-31 16:45:27 +02:00
97d3b7dc8d Fixed issue #503. MONITOR + QUIT could crash the server, there are actually other interactions that could have the same effect (for instance Pub/Sub). 2011-03-31 16:45:05 +02:00
abdbfc14c0 Fixed sdssplitargs() handling of hex-style escapes. 2011-03-22 22:49:33 +01:00
de5d4be994 Merge remote branch 'pietern/2.2-sigs' into 2.2 2011-03-07 12:21:41 +01:00
69bfdcf7d4 Show database number in cli prompt when non-zero 2011-03-06 21:10:50 +01:00
699465c31e Store SELECTed database for reconnect (issue #468) 2011-03-06 20:53:13 +01:00
45332cc47b Minor memory leak in redis-cli (issue #464) 2011-03-06 20:53:12 +01:00
2d2c17b075 Save RDB on SIGTERM (see issue #471) 2011-03-06 17:49:22 +01:00
048c0f0f37 RELEASE NOTES updated 2.2.2 2011-03-04 16:31:20 +01:00
3eb3cc9da4 version is now 2.2.2 2011-03-04 16:29:38 +01:00
74f6ee8dd5 Fixed return value of GETRANGE / SUBSTR 2011-03-04 16:23:18 +01:00
7a55d72f28 AOF file descriptor leak fixed 2011-03-04 16:14:09 +01:00
4e4b3b943c Redis 2.1.1, release notes updated 2.2.1 2011-02-23 15:48:24 +01:00
61e2547675 Restore argc/argv in EXEC after command is executed 2011-02-23 09:39:29 +01:00
595b5974f8 fixed client-libraries/README to reflect the new site path instead of google code 2.2.0 2011-02-22 18:22:00 +01:00
58418d7c3e linenoise updated 2011-02-22 17:40:33 +01:00
c02bda324f fixed color support for test suite. Now colors are shown as long as there is xterm somewhere inside the TERM env var 2011-02-22 16:40:24 +01:00
1afef16d88 Allow port to be 0 in configuration, in order to allow disabling of TCP. 2011-02-22 12:12:30 +01:00
7377aacd84 seed the random number generator at startup 2011-02-22 00:01:48 +01:00
eece2d528c suppress a Linux warning, for 2.2 sake 2011-02-21 17:50:54 +01:00
eb5aeaf138 check return value of getcwd() 2011-02-21 17:41:25 +01:00
1a6281f52f version bumped to 2.2.0 and release notes added 2011-02-17 17:15:52 +01:00
c2571b314a CONFIG SET/GET for all the special encoding parameters of sets, lists, hashes 2011-02-17 12:21:22 +01:00