antirez
|
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.
|
13 years ago |
antirez
|
27fc6199ca
CHANGELOG updated
|
13 years ago |
antirez
|
0b01578d2e
Merge branch '2.2' of github.com:antirez/redis into 2.2
|
13 years ago |
antirez
|
920c45b818
version is now 2.2.3
|
13 years ago |
antirez
|
cf6c3f4b04
OBJECT command implemented
|
13 years ago |
antirez
|
fb90934c47
fixed memory leak introduced with the previous commit. Many thanks to Pieter Noordhuis for spotting it in no time
|
13 years ago |
antirez
|
207ca3cedd
Merge branch '2.2' of github.com:antirez/redis into 2.2
|
13 years ago |
antirez
|
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).
|
13 years ago |
antirez
|
abdbfc14c0
Fixed sdssplitargs() handling of hex-style escapes.
|
13 years ago |
antirez
|
de5d4be994
Merge remote branch 'pietern/2.2-sigs' into 2.2
|
13 years ago |
Pieter Noordhuis
|
69bfdcf7d4
Show database number in cli prompt when non-zero
|
13 years ago |
Pieter Noordhuis
|
699465c31e
Store SELECTed database for reconnect (issue #468)
|
13 years ago |
Pieter Noordhuis
|
45332cc47b
Minor memory leak in redis-cli (issue #464)
|
13 years ago |
Pieter Noordhuis
|
2d2c17b075
Save RDB on SIGTERM (see issue #471)
|
13 years ago |
antirez
|
048c0f0f37
RELEASE NOTES updated
|
13 years ago |
antirez
|
3eb3cc9da4
version is now 2.2.2
|
13 years ago |
antirez
|
74f6ee8dd5
Fixed return value of GETRANGE / SUBSTR
|
13 years ago |
antirez
|
7a55d72f28
AOF file descriptor leak fixed
|
13 years ago |
antirez
|
4e4b3b943c
Redis 2.1.1, release notes updated
|
14 years ago |
Pieter Noordhuis
|
61e2547675
Restore argc/argv in EXEC after command is executed
|
14 years ago |
antirez
|
595b5974f8
fixed client-libraries/README to reflect the new site path instead of google code
|
14 years ago |
antirez
|
58418d7c3e
linenoise updated
|
14 years ago |
antirez
|
c02bda324f
fixed color support for test suite. Now colors are shown as long as there is xterm somewhere inside the TERM env var
|
14 years ago |
Paul Gideon Dann
|
1afef16d88
Allow port to be 0 in configuration, in order to allow disabling of TCP.
|
14 years ago |
antirez
|
7377aacd84
seed the random number generator at startup
|
14 years ago |
antirez
|
eece2d528c
suppress a Linux warning, for 2.2 sake
|
14 years ago |
antirez
|
eb5aeaf138
check return value of getcwd()
|
14 years ago |
antirez
|
1a6281f52f
version bumped to 2.2.0 and release notes added
|
14 years ago |
antirez
|
c2571b314a
CONFIG SET/GET for all the special encoding parameters of sets, lists, hashes
|
14 years ago |
Pieter Noordhuis
|
97aeda9828
Morph SPOP to SREM for correct behavior on log replay/replication
|
14 years ago |