summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.9.104 (3.0.0 Release Candidate 4).3.0.0-rc4antirez2015-02-132-2/+41
* 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
* Faster memory efficiency test.antirez2015-02-101-1/+6
* Ignore config.sh inside create-cluster script dir.antirez2015-02-031-0/+1
* Update redis-cli.cmattcollier2015-02-021-1/+1
* Redis 2.9.103 (3.0.0 Release Candidate 3).3.0.0-rc3antirez2015-01-302-3/+36
* Merge branch 'testing' into 3.0antirez2015-01-304-17/+102
|\
| * Cluster: Tcl script to check avg pfail->fail time.antirez2015-01-301-0/+50
| * 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: create-cluster script improved.antirez2015-01-302-15/+43
| * Cluster: initialized not used fileds in gossip section.antirez2015-01-291-0/+2
* | Cluster: initialized not used fileds in gossip section.antirez2015-01-291-0/+2
* | Merge branch 'testing' into 3.0antirez2015-01-293-17/+172
|\ \ | |/
| * 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
| * create-cluster script: sane default timeout.antirez2015-01-291-1/+2
| * create-cluster script added.antirez2015-01-292-0/+93
| * Avoid duplicated instance execution code in Cluster test.antirez2015-01-221-26/+21
* | Avoid duplicated instance execution code in Cluster test.antirez2015-01-221-26/+21
* | Merge branch 'testing' into 3.0antirez2015-01-221-1/+6
|\ \ | |/
| * Cluster test: when valgrind is enabled, use a larger node-timeout.antirez2015-01-221-1/+6
* | Merge branch 'testing' into 3.0antirez2015-01-222-8/+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