summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Redis 2.2.72.2.7antirez2011-05-112-1/+8
|
* removed assert causing an illegal memory access. This was responsible of ↵antirez2011-05-111-1/+0
| | | | crashes during BLPOP and other list blocking operations.
* use safe Dict iteration in DEBUG DIGESTantirez2011-05-101-1/+1
|
* Introduced a safe iterator interface that can be used to iterate while ↵antirez2011-05-102-7/+21
| | | | accessing the dictionary at the same time. Now the default interface is consireded unsafe and should be used only with dictNext()
* Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-05-074-36/+54
|\
| * Redis version 2.2.62.2.6antirez2011-05-052-1/+10
| |
| * Fix ziplist regression and update stresserPieter Noordhuis2011-05-051-31/+34
| |
| * Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close ↵antirez2011-04-291-4/+10
| | | | | | | | the connection with its slaves
* | when Redis fails accepting a new connection reports the error at WARNING and ↵antirez2011-05-071-2/+2
|/ | | | not VERBOSE error level. Thanks to offby1 for proposing this in the Redis mailing list. #backport-candidate
* Redis 2.2.52.2.5antirez2011-04-222-1/+6
|
* Use correct argc/argv for cleanup when loading AOFPieter Noordhuis2011-04-222-3/+23
|
* Reformat AOF testsPieter Noordhuis2011-04-221-25/+29
|
* Revert "tests for variadic list push"antirez2011-04-151-16/+0
| | | | | This reverts commit 1b905277bb61255441a24a2a3667d5899b1c448f. Moving all the new stuff in 2.4 branch.
* Revert "variadic LPUSH/RPUSH backported to 2.2"antirez2011-04-152-27/+22
| | | | | This reverts commit c138dc7da4cf210fd70f4c7621833bd0388fce77. Moving all the new stuff in 2.4 branch.
* Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-04-155-3/+64
|\
| * Redis 2.2.42.2.4antirez2011-04-062-1/+6
| |
| * make sure that OBJECT ENCODING returns skiplist for sorted sets, and not ↵antirez2011-04-062-1/+6
| | | | | | | | raw, so that once we will merge specially encoded sorted sets everything will make sense.
| * CHANGELOG updated2.2.3antirez2011-04-061-0/+10
| |
| * Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-04-061-3/+23
| |\
| * | version is now 2.2.3antirez2011-04-061-1/+1
| | |
| * | OBJECT command implementedantirez2011-04-063-1/+42
| | |
* | | variadic LPUSH/RPUSH backported to 2.2antirez2011-04-152-22/+27
| | |
* | | tests for variadic list pushantirez2011-04-151-0/+16
| |/ |/|
* | fixed memory leak introduced with the previous commit. Many thanks to Pieter ↵antirez2011-03-311-1/+4
| | | | | | | | Noordhuis for spotting it in no time
* | Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-03-314-32/+92
|\ \ | |/
| * Fixed sdssplitargs() handling of hex-style escapes.antirez2011-03-221-1/+48
| |
| * Merge remote branch 'pietern/2.2-sigs' into 2.2antirez2011-03-072-26/+22
| |\
| | * Save RDB on SIGTERM (see issue #471)Pieter Noordhuis2011-03-062-26/+22
| | |
| * | Show database number in cli prompt when non-zeroPieter Noordhuis2011-03-061-2/+13
| | |
| * | Store SELECTed database for reconnect (issue #468)Pieter Noordhuis2011-03-061-3/+5
| | |
| * | Minor memory leak in redis-cli (issue #464)Pieter Noordhuis2011-03-061-1/+5
| |/
* | Fixed issue #503. MONITOR + QUIT could crash the server, there are actually ↵antirez2011-03-311-3/+20
|/ | | | other interactions that could have the same effect (for instance Pub/Sub).
* RELEASE NOTES updated2.2.2antirez2011-03-041-0/+10
|
* version is now 2.2.2antirez2011-03-041-1/+1
|
* Fixed return value of GETRANGE / SUBSTRantirez2011-03-041-2/+2
|
* AOF file descriptor leak fixedantirez2011-03-041-1/+3
|
* Redis 2.1.1, release notes updated2.2.1antirez2011-02-232-1/+10
|
* Restore argc/argv in EXEC after command is executedPieter Noordhuis2011-02-232-0/+11
|
* fixed client-libraries/README to reflect the new site path instead of google ↵2.2.0antirez2011-02-221-1/+1
| | | | code
* linenoise updatedantirez2011-02-221-2/+13
|
* fixed color support for test suite. Now colors are shown as long as there is ↵antirez2011-02-221-2/+7
| | | | xterm somewhere inside the TERM env var
* Allow port to be 0 in configuration, in order to allow disabling of TCP.Paul Gideon Dann2011-02-221-1/+1
|
* seed the random number generator at startupantirez2011-02-221-0/+1
|
* suppress a Linux warning, for 2.2 sakeantirez2011-02-211-1/+3
|
* check return value of getcwd()antirez2011-02-211-3/+5
|
* version bumped to 2.2.0 and release notes addedantirez2011-02-172-1/+12
|
* CONFIG SET/GET for all the special encoding parameters of sets, lists, hashesantirez2011-02-171-0/+40
|
* Morph SPOP to SREM for correct behavior on log replay/replicationPieter Noordhuis2011-02-161-2/+15
|
* CONFIG GET/SET dir implementedantirez2011-02-141-0/+14
|
* Merge remote branch 'pietern/2.2-brpoplpush' into 2.2antirez2011-02-071-2/+2
|\