summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix clang build.David Carlier2018-10-301-1/+5
* asyncCloseClientOnOutputBufferLimitReached(): don't free fake clients.antirez2018-10-301-0/+1
* needs it for the globalDavid Carlier2018-10-261-0/+1
* Fix non Linux build.David Carlier2018-10-263-1/+20
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-10-251-2/+5
|\
| * Merge pull request #5454 from soloestoy/multi-oomSalvatore Sanfilippo2018-10-251-2/+5
| |\
| | * MULTI: OOM err if cannot free enough memory in MULTI/EXEC contextzhaozhao.zz2018-10-171-2/+5
* | | Add command fingerprint comment for XSETID.antirez2018-10-251-1/+3
|/ /
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-10-252-2/+7
|\ \
| * \ Merge pull request #5459 from itamarhaber/xpending_count_underflowSalvatore Sanfilippo2018-10-251-1/+2
| |\ \
| | * | Plugs a potential underflowItamar Haber2018-10-171-0/+1
| | * | Corrects inline documentation of syntaxItamar Haber2018-10-171-1/+1
| * | | Merge pull request #5469 from soloestoy/stat-key-miss-if-expiredSalvatore Sanfilippo2018-10-241-1/+5
| |\ \ \
| | * | | if we read a expired key, misses++zhaozhao.zz2018-10-191-1/+5
* | | | | Fix XRANGE COUNT option for value of 0.antirez2018-10-251-2/+8
* | | | | Fix typo in streamReplyWithRange() top comment.antirez2018-10-241-1/+1
|/ / / /
* | | | Merge pull request #5453 from damz/pr/aof-buffer-evictSalvatore Sanfilippo2018-10-242-2/+2
|\ \ \ \
| * | | | Overhead is the allocated size of the AOF buffer, not its lengthDamien Tournoud2018-10-162-2/+2
* | | | | Simplify part of the #5470 patch.antirez2018-10-241-12/+11
* | | | | Merge pull request #5470 from soloestoy/keys-no-trigger-expireSalvatore Sanfilippo2018-10-241-27/+34
|\ \ \ \ \
| * | | | | do not delete expired keys in KEYS commandzhaozhao.zz2018-10-191-27/+34
| | |_|_|/ | |/| | |
* | | | | Use guide comments to make changes in #5462 more obvious.antirez2018-10-221-0/+6
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-10-227-12/+14
|\ \ \ \ \
| * \ \ \ \ Merge pull request #5462 from youjiali1995/fix-migrate-expired-keysSalvatore Sanfilippo2018-10-221-6/+8
| |\ \ \ \ \
| | * | | | | migrate: fix mismatch of RESTORE reply when some keys have expired.youjiali19952018-10-181-6/+8
| * | | | | | Merge pull request #5451 from hujiecs/unstableSalvatore Sanfilippo2018-10-227-6/+7
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | fix typo in config.chujie2018-10-211-1/+1
| | * | | | | fix typohujie2018-10-201-1/+1
| | * | | | | several typos fixed, optimize MSETNX to avoid unnecessary loophujiecs2018-10-165-4/+5
* | | | | | | Remove useless complexity from MSET implementation.antirez2018-10-221-7/+5
|/ / / / / /
* | | | | | Fix again stack generation on the Raspberry Pi.antirez2018-10-191-0/+4
| |/ / / / |/| | | |
* | | | | Streams: use bulk replies instead of status replies.antirez2018-10-171-16/+16
| |_|_|/ |/| | |
* | | | Fix conditional in XGROUP.antirez2018-10-171-1/+1
* | | | Update help.h for redis-cli.antirez2018-10-171-7/+57
* | | | Fix XGROUP CREATE MKSTREAM handling of .antirez2018-10-171-2/+7
* | | | Process MKSTREAM option of XGROUP CREATE at a later time.antirez2018-10-171-17/+28
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-10-171-5/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #5333 from soloestoy/stream-commands-flagSalvatore Sanfilippo2018-10-171-5/+5
| |\ \ \
| | * | | Scripting & Streams: some commands need right flagszhaozhao.zz2018-09-061-5/+5
* | | | | XGROUP CREATE: MKSTREAM option for automatic stream creation.antirez2018-10-171-5/+29
|/ / / /
* | | | Streams: rewrite empty streams with certain lastidzhaozhao.zz2018-10-161-1/+1
* | | | Streams: rewrite empty streams with XADD MAXLEN 0. Use XSETID.antirez2018-10-161-12/+18
* | | | XSETID: accept IDs based on last entry.antirez2018-10-161-5/+18
* | | | Streams: XSTREAM SETID -> XSETID.antirez2018-10-163-67/+17
* | | | Merge pull request #5426 from soloestoy/feature-xstreamSalvatore Sanfilippo2018-10-164-16/+103
|\ \ \ \ | |_|/ / |/| | |
| * | | Streams: rewrite id in XSTREAM CREATE *zhaozhao.zz2018-10-091-0/+4
| * | | Stream & AOF: rewrite stream in correct wayzhaozhao.zz2018-10-091-16/+32
| * | | Streams: add a new command XTREAMzhaozhao.zz2018-10-093-0/+67
* | | | Merge pull request #5416 from halaei/fix-timer-selected-dbSalvatore Sanfilippo2018-10-151-1/+3
|\ \ \ \
| * | | | fix timer context selected databaseHamid Alaei2018-10-041-1/+3