summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.9.104 (3.0.0 Release Candidate 4).3.0.0-rc4antirez2015-02-131-1/+1
* Extend memory unit support in CONFIG SET.antirez2015-02-121-5/+5
* Better memtoll() error checking.antirez2015-02-121-5/+18
* Support "1G" etc. units in CONFIG SET maxmemoryChris Lamb2015-02-121-2/+3
* Separate latency monitoring of eviction loop and eviction DELs.antirez2015-02-113-2/+20
* dict.c: reset emptylen when bucket is not empty.antirez2015-02-111-0/+1
* redis-cli --stat: show LOAD when loading.antirez2015-02-111-0/+4
* Remove optional single-key path from evictionPoolPopulate().antirez2015-02-111-6/+0
* dict.c: add dictGetSomeKeys(), specialized for eviction.antirez2015-02-113-2/+95
* dict.c: avoid code repetition in dictRehash().antirez2015-02-111-11/+6
* dict.c/dictRehash: check again to updateSun He2015-02-111-0/+7
* dict.c: don't try buckets that are empty for sure in dictGetRandomKey().antirez2015-02-111-1/+5
* dict.c: dictGetRandomKeys() optimization for big->small table case.antirez2015-02-111-1/+8
* dict.c: dictGetRandomKeys() visit pattern optimization.antirez2015-02-111-0/+4
* dict.c: put a bound to max work dictRehash() call can do.antirez2015-02-111-2/+11
* dict.c: prevent useless resize to same size.antirez2015-02-111-0/+3
* Less blocking dictGetRandomKeys().antirez2015-02-111-23/+31
* override histfile from env - fixes #831 and copies #833Charles Hooper2015-02-101-4/+29
* redis-cli --lru-test implemented (cache workload simulator).antirez2015-02-101-0/+102
* redis-cli: interactive reconnection for latency modes.antirez2015-02-101-9/+13
* redis-cli --latecy-dist reverted to gray scale.antirez2015-02-101-8/+10
* redis-cli --latency-dist now uses a color palette.antirez2015-02-101-8/+14
* redis-cli latency dist: add new top HL.antirez2015-02-101-0/+1
* Add missing latency-dest legend symbol.antirez2015-02-101-1/+1
* Initial implementation of redis-cli --latency-dist.antirez2015-02-101-0/+153
* Update redis-cli.cmattcollier2015-02-021-1/+1
* Redis 2.9.103 (3.0.0 Release Candidate 3).3.0.0-rc3antirez2015-01-301-1/+1
* Cluster: some bias towwards FAIL/PFAIL nodes in gossip sections.antirez2015-01-301-3/+6
* More correct wanted / maxiterations values in clusterSendPing().antirez2015-01-301-2/+6
* Cluster: initialized not used fileds in gossip section.antirez2015-01-291-0/+2
* Cluster: magical 10% of nodes explained in comments.antirez2015-01-291-2/+26
* CLUSTER count-failure-reports command added.antirez2015-01-291-0/+12
* Cluster: use a number of gossip sections proportional to cluster size.antirez2015-01-291-17/+42
* The seed must be static in getRandomHexChars().antirez2015-01-221-1/+1
* counter must be static in getRandomHexChars().antirez2015-01-221-2/+4
* getRandomHexChars(): use /dev/urandom just to seed.antirez2015-01-221-8/+38
* Fix cluster migrate memory leakMatt Stancliff2015-01-221-0/+1
* Fix potential invalid read past end of arrayMatt Stancliff2015-01-221-2/+5
* Fix cluster reset memory leakMatt Stancliff2015-01-221-0/+1
* Fix sending uninitialized bytesMatt Stancliff2015-01-221-1/+1
* Cluster: node deletion cleanup / centralization.antirez2015-01-221-13/+20
* Cluster: set the slaves->slaveof filed to NULL when master is freed.antirez2015-01-221-0/+8
* luaRedisGenericCommand(): log error at WARNING level when re-entered.antirez2015-01-221-2/+5
* luaRedisGenericCommand() recursion: just return an error.antirez2015-01-221-1/+3
* Panic on recursive calls to luaRedisGenericCommand().antirez2015-01-221-0/+14
* AOF rewrite: set iterator var to NULL when freed.antirez2015-01-211-0/+1
* Redis 2.9.102 (3.0.0 Release Candidate 2).antirez2015-01-131-1/+1
* Cluster: fetch my IP even if msg is not MEET for the first time.antirez2015-01-131-2/+6
* Cluster: clusterMsgDataGossip structure, explict padding + minor stuff.antirez2015-01-133-6/+10
* Suppress valgrind error about write sending uninitialized data.antirez2015-01-131-0/+1