|
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 |
|
|
f447a7ebb4
|
ZUNIONSTORE new iterator API fix backported into 2.2
|
2011-05-21 20:34:59 +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 |
|
|
1ffa5d73ed
|
Convert intset encoded set before Z*STORE
|
2011-05-12 16:18:43 +02:00 |
|
|
a7fa2baf06
|
Redis 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
|
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
|
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 |
|
|
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 |
|
|
2b886275e9
|
Redis 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 |
|
|
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 |
|
|
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
|
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 |
|
|
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 |
|
|
97aeda9828
|
Morph SPOP to SREM for correct behavior on log replay/replication
|
2011-02-16 00:24:54 +01:00 |
|
|
ca9d961073
|
CONFIG GET/SET dir implemented
|
2011-02-14 02:51:49 +01:00 |
|
|
2446fbb3bb
|
Merge remote branch 'pietern/2.2-brpoplpush' into 2.2
|
2011-02-07 15:27:45 +01:00 |
|
|
970e813be2
|
Fix for the previous port 0 patch, thanks to Pieter for noticing the error
|
2011-02-07 13:43:55 +01:00 |
|
|
a36d524562
|
If port zero is specified, Redis will not listen for TCP connections
|
2011-02-07 12:52:40 +01:00 |
|