summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.1.1, release notes updated2.2.1antirez2011-02-231-1/+1
* Restore argc/argv in EXEC after command is executedPieter Noordhuis2011-02-231-0/+4
* 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-171-1/+1
* 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-071-1/+4
|/
* propagate key eviction to slaves and AOF, like for expires, so that replicas ...antirez2011-01-271-0/+1
* release noted updated, version bumped to 2.1.12 (2.2.0 RC4)antirez2011-01-251-1/+1
* Merge branch '2.2' of github.com:antirez/redis into 2.2antirez2011-01-243-4/+48
|\
| * Fixed issue #435 and at the same time introduced explicit ping in the master-...antirez2011-01-203-4/+48
* | portability fix in redis benchmark, using zu format specified with size_t ins...antirez2011-01-241-1/+1
|/
* Fixed compilation on FreeBSDantirez2011-01-201-1/+1
* Reverse commits changing sorted set code for 2.22.2.0-rc3Pieter Noordhuis2011-01-171-94/+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-176-16/+69
|\
| * 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-131-74/+99
|\ \ | |/ |/|
| * 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-071-69/+94
* | Remove newlines for networking errorsPieter Noordhuis2011-01-051-15/+15
* | 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
* | | 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
* | | version bumped to 2.1.102.2.0-rc2antirez2010-12-201-1/+1