summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Transactions: Use CMD_CLAL_NOQUEUE now that call() handles +QUEUED.queue-in-multiantirez2018-10-094-4/+14
* Transactions: move the QUEUED logic inside call(). (Work in progress)antirez2018-10-081-13/+16
* Refactoring of XADD / XTRIM MAXLEN rewriting.antirez2018-10-081-22/+15
* Merge pull request #5141 from soloestoy/fix-xtrim-inconsistencySalvatore Sanfilippo2018-10-082-13/+86
|\
| * Streams: add test cases for XADD/XTRIM maxlenzhaozhao.zz2018-08-011-0/+46
| * 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
* | Merge pull request #5422 from ziyasal/patch-1Salvatore Sanfilippo2018-10-081-1/+1
|\ \
| * | 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-012-2/+63
|\ \ \ \ \
| * | | | | fix #5024 - commandstats for multi-exec were logged as EXEC.Oran Agra2018-09-302-2/+63
* | | | | | 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
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-09-262-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #5373 from gkorland/patch-5Salvatore Sanfilippo2018-09-251-1/+1
| |\ \ \ \
| | * | | | add missing argument to function docGuy Korland2018-09-211-1/+1
| | | |/ / | | |/| |
| * | | | Merge pull request #5377 from Chupaka/patch-1Salvatore Sanfilippo2018-09-251-1/+1
| |\ \ \ \
| | * | | | Fix typo in commentPavel Skuratovich2018-09-241-1/+1
| | |/ / /
* | | | | Modules: dictionary API WIP #10: export API to modules.antirez2018-09-262-0/+60
|/ / / /
* | | | Modules: dictionary API WIP #9: iterator returning string object.antirez2018-09-251-6/+23
* | | | Modules: dictionary API WIP #8: Iterator next/prev.antirez2018-09-251-0/+42