summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * implemented two new INFO fields showing the size of clients max input and out...antirez2011-01-143-0/+26
| * useless expression removed in zmalloc.cantirez2011-01-141-1/+1
| * master-slave replication fixed, it was not listing any key using KEYS command...antirez2011-01-141-2/+2
| * allocation stats in INFOantirez2011-01-093-12/+39
* | Merge branch 'zset-range' into 2.2Pieter Noordhuis2011-01-132-74/+115
|\ \ | |/ |/|
| * Compiler should decide on inliningPieter Noordhuis2011-01-131-3/+3
| * Undo rename of function names where something went wrongPieter Noordhuis2010-12-091-5/+5
| * Move logic concerned with zset rangesPieter Noordhuis2010-12-072-69/+110
* | Remove newlines for networking errorsPieter Noordhuis2011-01-051-15/+15
* | Remove glueoutputbuf from redis.confPieter Noordhuis2011-01-051-5/+0
* | Remove glueoutputbuf option and broken codePieter Noordhuis2011-01-054-99/+2
* | Merge remote branch 'pietern/bench-fix' into 2.2antirez2010-12-231-145/+111
|\ \
| * | Randomize keys and set start time when first write event firesPieter Noordhuis2010-12-231-15/+5
| * | Find substrings to randomize when the client is createdPieter Noordhuis2010-12-231-31/+27
| * | Make the MSET benchmark *really* work with 10 keysPieter Noordhuis2010-12-221-4/+6
| * | Remove code duplicationPieter Noordhuis2010-12-221-111/+34
| * | Add wait states to deal with many connections.Didier Spezia2010-12-181-0/+11
| * | Use multi-bulk protocol by default in redis-benchmarkPieter Noordhuis2010-12-181-30/+78
| * | Re-use variable data in redis-benchmarkPieter Noordhuis2010-12-161-18/+8
| * | Fix NULL-termination of variable data in redis-benchmarkPieter Noordhuis2010-12-161-1/+7
| * | Update hiredis to 0.9.2Pieter Noordhuis2010-12-1616-173/+678
* | | Fix compiler warnings on SolarisPieter Noordhuis2010-12-233-4/+8
* | | limits.h is already included from redis.hPieter Noordhuis2010-12-231-1/+0
* | | Solaris 10 doesn't know AF_LOCALPieter Noordhuis2010-12-231-0/+4
* | | Solaris doesn't support -rdynamicPieter Noordhuis2010-12-231-1/+2
* | | Update hiredis to 0.9.2Pieter Noordhuis2010-12-2316-173/+678
* | | Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2010-12-202-66/+4
|\ \ \
| * | | TODO file just pointing to the master branch TODO fileantirez2010-12-201-65/+3
| * | | Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2010-12-203-33/+11
| |\ \ \
| * | | | fixed typo in release notesantirez2010-12-151-1/+1
* | | | | version bumped to 2.1.102.2.0-rc2antirez2010-12-201-1/+1
* | | | | Improved release notes. Added RC2 changesantirez2010-12-201-2/+26
| |/ / / |/| | |
* | | | removed some dead code, added evicted keys counter separated from expired keys.antirez2010-12-192-32/+5
* | | | overflow detection in INCR family functionsantirez2010-12-191-1/+6
|/ / /
* | | help.h updated2.2.0-rc1antirez2010-12-152-12/+43
|/ /
* | added the mandatory Cheers in the release notesantirez2010-12-151-0/+3
* | release notes, info on 2.0 compatibilityantirez2010-12-151-0/+2
* | added more info in the release notesantirez2010-12-151-0/+1
* | removed a line from release notes that was not true (feature already backport...antirez2010-12-151-1/+0
* | typo fixedantirez2010-12-151-2/+2
* | release notes addedantirez2010-12-152-1/+33
* | bulk transfers limited to 512 MB as this is the new limit of all the redis st...antirez2010-12-151-1/+1
* | Merge remote branch 'pietern/cli'antirez2010-12-151-49/+119
|\ \
| * | Specify multi-bulk delimiter via optionsPieter Noordhuis2010-12-151-0/+5