summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
|\
| * Clarify commentPieter Noordhuis2011-01-311-1/+1
| |
| * Reply with single null bulk for unsuccesful BRPOPLPUSHPieter Noordhuis2011-01-311-1/+1
| |
* | Fix for the previous port 0 patch, thanks to Pieter for noticing the errorantirez2011-02-071-5/+5
| |
* | If port zero is specified, Redis will not listen for TCP connectionsantirez2011-02-072-1/+5
|/
* propagate key eviction to slaves and AOF, like for expires, so that replicas ↵antirez2011-01-271-0/+1
| | | | and AOFs are always consistent even in maxmemory mode.
* add tarball script added2.2.0-rc4antirez2011-01-251-0/+13
|
* other minor README changesantirez2011-01-251-4/+1
|
* README updatedantirez2011-01-251-2/+2
|
* release noted updated, version bumped to 2.1.12 (2.2.0 RC4)antirez2011-01-252-1/+16
|
* Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-01-244-5/+49
|\
| * Fixed issue #435 and at the same time introduced explicit ping in the ↵antirez2011-01-203-4/+48
| | | | | | | | master-slave channel that will detect a blocked master or a broken even if apparently connected TCP link.
| * Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-01-201-1/+1
| |\
| * | typo fixed in release notes for 2.2.0 RC3antirez2011-01-171-1/+1
| | |
* | | portability fix in redis benchmark, using zu format specified with size_t ↵antirez2011-01-241-1/+1
| |/ |/| | | | | instead of lu
* | Fixed compilation on FreeBSDantirez2011-01-201-1/+1
|/
* release notes updated for 2.2.0 RC3antirez2011-01-171-0/+12
|
* Reverse commits changing sorted set code for 2.22.2.0-rc3Pieter Noordhuis2011-01-172-110/+69
|
* version bumped to 2.1.11antirez2011-01-171-1/+1
|
* Remove client from list of unblocked clients when it is free'dPieter Noordhuis2011-01-174-1/+12
|
* Merge branch '2.2' of git://github.com/antirez/redis into 2.2Pieter Noordhuis2011-01-177-18/+71
|\
| * default hash encoding settings also fixed in redis.confantirez2011-01-151-2/+2
| |
| * lame typo causing bad hashes memory characteristicantirez2011-01-151-2/+2
| |