summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* LOLWUT: capitalize Nees.antirez2018-10-111-1/+1
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-10-101-0/+4
|\
| * Avoid recreate write handler for protected client.zhaozhao.zz2018-10-091-0/+4
* | Fix propagation of consumer groups last ID.antirez2018-10-103-9/+56
|/
* Free protected clients asynchronously.antirez2018-10-091-0/+7
* Actually use the protectClient() API where needed.antirez2018-10-092-9/+8
* Introduce protectClient() + some refactoring.antirez2018-10-092-18/+60
* Merge pull request #4804 from soloestoy/fix-debug-loadSalvatore Sanfilippo2018-10-091-2/+8
|\
| * debug: avoid free client unexpectedly when reload & loadaofzhaozhao.zz2018-03-291-2/+8
* | aof.c: improve indentation and change warning message.antirez2018-10-091-4/+11
* | Merge pull request #5201 from soloestoy/abort-if-lost-exec-aof-loadSalvatore Sanfilippo2018-10-092-3/+14
|\ \
| * | AOF: discard if we lost EXEC when loading aofzhaozhao.zz2018-08-032-3/+14
* | | Refactoring of XADD / XTRIM MAXLEN rewriting.antirez2018-10-081-22/+15
* | | Merge pull request #5141 from soloestoy/fix-xtrim-inconsistencySalvatore Sanfilippo2018-10-081-13/+40
|\ \ \
| * | | Streams: propagate specified MAXLEN instead of approximatedzhaozhao.zz2018-08-011-6/+35
| * | | Streams: reset approx_maxlen in every maxlen loopzhaozhao.zz2018-08-011-0/+2
| * | | Streams: XTRIM will return an error if MAXLEN with a count < 0zhaozhao.zz2018-08-011-1/+6
| * | | Streams: propagate original MAXLEN argument in XADD contextzhaozhao.zz2018-08-011-12/+3
* | | | Fix typoO(ʒ)2018-10-071-1/+1
* | | | Fix typo in replicationCron() comment.antirez2018-10-051-1/+1
* | | | Fix typo in design comment of bio.c.antirez2018-10-051-1/+1
* | | | xclaimCommand(): fix comment typos.antirez2018-10-041-2/+2
* | | | streamAppendItem(): Update the radix tree pointer only if changed.antirez2018-10-021-1/+2
* | | | Listpack: optionally force reallocation on inserts.antirez2018-10-021-0/+20
* | | | Fix printf type mismatch in genRedisInfoString().antirez2018-10-021-1/+1
* | | | streamIteratorRemoveEntry(): set back lp only if pointer changed.antirez2018-10-021-1/+2
* | | | Merge pull request #5210 from soloestoy/raxinsert-in-xdelSalvatore Sanfilippo2018-10-021-0/+3
|\ \ \ \
| * | | | Streams: update listpack with new pointer in XDELzhaozhao.zz2018-08-041-0/+3
| | |/ / | |/| |
* | | | Merge pull request #5392 from soloestoy/bugfix-brpoplpushSalvatore Sanfilippo2018-10-021-1/+1
|\ \ \ \
| * | | | bugfix: replace lastcmd with cmd when rewrite BRPOPLPUSH as RPOPLPUSHzhaozhao.zz2018-09-281-1/+1
* | | | | Merge pull request #5242 from oranagra/script_memSalvatore Sanfilippo2018-10-022-3/+3
|\ \ \ \ \
| * | | | | script cache memory in INFO and MEMORY includes both script code and overheadsOran Agra2018-08-132-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #5397 from bmerry/fix-bad-zmalloc-sizeSalvatore Sanfilippo2018-10-011-1/+1
|\ \ \ \ \
| * | | | | Fix invalid use of sdsZmallocSize on an embedded stringBruce Merry2018-09-301-1/+1
* | | | | | Merge pull request #5398 from bmerry/fix-zrealloc-accountingSalvatore Sanfilippo2018-10-013-2/+24
|\ \ \ \ \ \
| * | | | | | Fix incorrect memory usage accounting in zreallocBruce Merry2018-09-303-2/+24
| |/ / / / /
* | | | | | Merge pull request #5396 from oranagra/cmdstats_execSalvatore Sanfilippo2018-10-011-2/+6
|\ \ \ \ \ \
| * | | | | | fix #5024 - commandstats for multi-exec were logged as EXEC.Oran Agra2018-09-301-2/+6
* | | | | | | Merge pull request #5400 from halaei/fix-dict-get-on-not-foundSalvatore Sanfilippo2018-10-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix dict get on not foundHamid Alaei2018-10-011-1/+1
| |/ / / / / /
* | | | | | | Fix XINFO comment for consistency.antirez2018-10-011-1/+1
|/ / / / / /
* | | | | | Try to avoid issues with GCC pragmas and older compilers.antirez2018-09-281-4/+7
* | | | | | Modules: hellodict example WIP #3: KEYRANGE.antirez2018-09-271-0/+40
* | | | | | Modules: Modules: dictionary API WIP #13: Compare API exported.antirez2018-09-272-0/+6
* | | | | | Modules: Modules: dictionary API WIP #12: DictCompare API.antirez2018-09-271-0/+8
* | | | | | Modules: Modules: dictionary API WIP #11: DictCompareC API.antirez2018-09-271-0/+18
* | | | | | Modules: hellodict example WIP #1: GET command.antirez2018-09-271-0/+18
* | | | | | Modules: hellodict example WIP #1: SET command.antirez2018-09-261-0/+74
* | | | | | Modules: remove useless defines in hellotimer.cantirez2018-09-262-4/+6
* | | | | | Modules: fix top comment of hellotimer.cantirez2018-09-261-1/+1