summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dynamic HZ: adapt cron frequency to number of clients.dynamic-hzantirez2018-07-232-5/+17
* Dynamic HZ: separate hz from the configured hz.antirez2018-07-233-9/+15
* Top comment clientsCron().antirez2018-07-201-4/+19
* Clarify that clientsCronTrackExpansiveClients() indexes may jump ahead.antirez2018-07-201-1/+9
* Rename INFO CLIENT max buffers field names for correctness.antirez2018-07-191-2/+2
* Fix wrong array index variable in getExpansiveClientsInfo().antirez2018-07-191-1/+1
* Change INFO CLIENTS sections to report pre-computed max/min client buffers.antirez2018-07-191-5/+5
* Rename var in clientsCronTrackExpansiveClients() for clarity.antirez2018-07-191-3/+3
* Implement a function to retrieve the expansive clients mem usage.antirez2018-07-191-0/+12
* clientsCronTrackExpansiveClients() actual implementation.antirez2018-07-191-1/+14
* clientsCronTrackExpansiveClients() skeleton and ideas.antirez2018-07-191-0/+23
* Make vars used only by INFO CLIENTS local to the block.antirez2018-07-191-1/+1
* Merge pull request #4727 from kingpeterpaule/redis-fix-info-cliSalvatore Sanfilippo2018-07-191-1/+1
|\
| * move get clients max buffer calculate into info clients commandpan.liangp2018-03-021-1/+1
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-07-182-5/+6
|\ \
| * \ Merge pull request #5138 from oranagra/improve_defrag_testSalvatore Sanfilippo2018-07-182-5/+6
| |\ \
| | * | make active defrag test more stableOran Agra2018-07-182-5/+6
* | | | In addReplyErrorLength() only panic when replying to slave.antirez2018-07-181-3/+4
* | | | Refine comment in addReplyErrorLength() about replying to masters/slaves.antirez2018-07-181-0/+11
|/ / /
* | | Merge pull request #5122 from trevor211/allowWritesWhenAofDisabledSalvatore Sanfilippo2018-07-171-1/+2
|\ \ \
| * | | Accept write commands if persisting is disabled,WuYunlong2018-07-141-1/+2
* | | | Merge pull request #4237 from aspirewit/update-commentSalvatore Sanfilippo2018-07-171-2/+2
|\ \ \ \
| * | | | Update the commentRichard Li2017-08-181-2/+2
* | | | | Streams: better error when $ is given with XREADGROUP.antirez2018-07-171-2/+5
* | | | | Merge pull request #5136 from 0xtonyxia/fix-xread-id-parseSalvatore Sanfilippo2018-07-171-1/+6
|\ \ \ \ \
| * | | | | Streams: remove meaningless if condition.dejun.xdj2018-07-171-1/+1
| * | | | | Streams: return an error message if using xreadgroup with '$' ID.dejun.xdj2018-07-171-0/+5
* | | | | | Panic when we are sending an error to our master/slave.antirez2018-07-171-0/+5
* | | | | | Merge pull request #5135 from oranagra/rare_repl_corruptionSalvatore Sanfilippo2018-07-173-9/+18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix rare replication stream corruption with disk-based replicationOran Agra2018-07-173-9/+18
|/ / / / /
* | | | | dict.c: remove a few trailing spaces.antirez2018-07-171-2/+2
* | | | | Merge pull request #5128 from kingpeterpaule/remove-one-loop-in-freeMemoryIfN...Salvatore Sanfilippo2018-07-171-2/+4
|\ \ \ \ \
| * | | | | Update dict.cpaule2018-07-161-2/+4
| * | | | | remove one ineffective loop in dictGetSomeKeys.peterpaule2018-07-161-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5113 from 0xtonyxia/using-compare-func-insteadSalvatore Sanfilippo2018-07-163-10/+4
|\ \ \ \ \
| * | | | | Streams: using streamCompareID() instead of direct compare in block.c.dejun.xdj2018-07-141-4/+1
| * | | | | Streams: add streamCompareID() declaration in stream.h.dejun.xdj2018-07-141-0/+1
| * | | | | Streams: using streamCompareID() instead of direct compare.dejun.xdj2018-07-141-6/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5127 from oranagra/sds_req_typeSalvatore Sanfilippo2018-07-161-1/+3
|\ \ \ \ \
| * | | | | bugfix in sdsReqType creating 64bit sds headers on 32bit systemsOran Agra2018-07-151-1/+3
| |/ / / /
* | | | | Hopefully improve commenting of #5126.antirez2018-07-162-10/+22
* | | | | Merge pull request #5126 from oranagra/slave_buf_memory_2Salvatore Sanfilippo2018-07-1610-50/+182
|\ \ \ \ \
| * | | | | slave buffers were wasteful and incorrectly counted causing evictionOran Agra2018-07-1610-50/+182
| |/ / / /
* | | | | Merge pull request #5132 from soloestoy/propagate-xdel-correctlySalvatore Sanfilippo2018-07-161-3/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Streams: correctly propagate xdel if neededzhaozhao.zz2018-07-161-3/+7
|/ / / /
* | | | Add a few comments to streamIteratorRemoveEntry().antirez2018-07-161-0/+4
* | | | Merge pull request #5131 from soloestoy/optimize-xdelSalvatore Sanfilippo2018-07-161-4/+9
|\ \ \ \
| * | | | Streams: free lp if all elements are deletedzhaozhao.zz2018-07-161-4/+9
| |/ / /
* | | | Modify XINFO field from last-id to last-generated-id.antirez2018-07-161-1/+1
* | | | Merge pull request #5129 from soloestoy/xinfo-show-last-idSalvatore Sanfilippo2018-07-161-2/+6
|\ \ \ \ | |/ / / |/| | |