summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* HAVE_SYNC_FILE_RANGE should be protected by ifdef __linux__.antirez2015-02-101-0/+2
* Merge pull request #2372 from mariano-perez-rodriguez/patch-2Salvatore Sanfilippo2015-02-101-4/+5
|\
| * Fix for #2371Mariano Pérez Rodríguez2015-02-071-4/+5
* | redis-cli --lru-test implemented (cache workload simulator).antirez2015-02-091-0/+102
* | redis-cli: interactive reconnection for latency modes.antirez2015-02-081-9/+13
* | redis-cli --latecy-dist reverted to gray scale.antirez2015-02-081-8/+10
* | redis-cli --latency-dist now uses a color palette.antirez2015-02-071-8/+14
* | redis-cli latency dist: add new top HL.antirez2015-02-071-0/+1
|/
* Add missing latency-dest legend symbol.antirez2015-02-071-1/+1
* Initial implementation of redis-cli --latency-dist.antirez2015-02-071-0/+153
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-02-041-1/+1
|\
| * Suppress sign warning in sort.c.antirez2015-02-031-1/+1
* | Replication: put server.master client creation into separated function.antirez2015-02-041-11/+18
|/
* Hopefully better sort.c optimization comments.antirez2015-02-031-15/+9
* Merge pull request #2346 from sunheehnus/sortSalvatore Sanfilippo2015-02-031-3/+30
|\
| * sort.c: REDIS_LIST's dontsort optimizationSun He2015-02-021-3/+30
* | More obvious indentation in setCommand().antirez2015-02-031-4/+8
* | Merge branch 'unstable' of git://github.com/mihirvj/redis into set-prantirez2015-02-031-4/+12
|\ \
| * | Stricter options for SET commandMihir Joshi2014-12-141-8/+12
| * | stricter options for SET commandMihir Joshi2014-11-211-4/+8
* | | Check RDB automatically in a few more cases.antirez2015-02-031-3/+3
* | | Handle redis-check-rdb as a standalone program.antirez2015-02-033-18/+19
* | | Norrow backtrace and setproctitle() to Linux+glibc.antirez2015-02-031-2/+2
* | | Merge pull request #2318 from mattcollier/patch-1Salvatore Sanfilippo2015-02-021-1/+1
|\ \ \
| * | | Update redis-cli.cmattcollier2015-01-251-1/+1
* | | | redis-check-rdb: initialize entry in case while is never entered.antirez2015-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: 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
* | | | Improve RDB error-on-load handlingMatt Stancliff2015-01-281-6/+18
* | | | Remove code duplication from check-rdbMatt Stancliff2015-01-281-125/+63
* | | | Convert check-dump to Redis check-rdb modeMatt Stancliff2015-01-284-45/+60
|/ / /
* | | Cluster: initialized not used fileds in gossip section.antirez2015-01-241-0/+2
* | | dict.c: make chaining strategy more clear in dictAddRaw().antirez2015-01-231-1/+4
* | | DEBUG structsizeantirez2015-01-231-0/+7