summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Streams: XREAD get-key method fixed.antirez2017-12-011-4/+6
* | Streams: XREAD get-keys method.antirez2017-12-013-0/+31
* | Streams: XREAD, first draft. Handling of blocked clients still missing.antirez2017-12-011-10/+46
* | Streams: XREAD arguments parsing.antirez2017-12-011-0/+72
* | Streams: augment client.bpop with XREAD specific fields.antirez2017-12-014-0/+18
* | Streams: more internal preparation for blocking XREAD.antirez2017-12-013-12/+28
* | Streams: initial work to use blocking lists logic for streams XREAD.antirez2017-12-016-215/+234
* | Streams: implement stream object release.antirez2017-12-015-5/+25
* | Streams: XLEN command.antirez2017-12-013-0/+11
* | Streams: Save stream->length in RDB.antirez2017-12-011-1/+7
* | Streams: change listpack allocator to zmalloc.antirez2017-12-011-3/+4
* | Streams: RDB loading. RDB saving modified.antirez2017-12-011-0/+40
* | Streams: RDB saving.antirez2017-12-015-2/+29
* | Streams: assign value of 6 to OBJ_STREAM + some refactoring.antirez2017-12-013-10/+17
* | Streams: 12 commits squashed into the initial Streams implementation.antirez2017-12-0112-10/+1323
* | PSYNC2: Fix off by one buffer size in luaCreateFunction().antirez2017-11-301-1/+1
* | PSYNC2: just store script bodies into RDB.antirez2017-11-302-30/+19
* | PSYNC2: luaCreateFunction() should handle NULL client parameter.antirez2017-11-301-5/+10
* | PSYNC2: Save Lua scripts state into RDB file.antirez2017-11-302-0/+48
* | Prevent corruption of server.executable after DEBUG RESTART.antirez2017-11-301-0/+2
* | Be more verbose when DEBUG RESTART fails.antirez2017-11-301-3/+16
* | Merge branch 'lfu-fixes' into unstableantirez2017-11-296-26/+175
|\ \
| * | LFU: Fix LFUDecrAndReturn() to just decrement.antirez2017-11-281-13/+3
| * | LFU: add hotkeys option to redis-clizhaozhao.zz2017-11-271-0/+135
| * | LFU: do some changes about LFU to find hotkeyszhaozhao.zz2017-11-274-19/+39
| * | LFU: change lfu* parameters to intzhaozhao.zz2017-11-272-3/+3
| * | LFU: fix the missing of config get and rewritezhaozhao.zz2017-11-271-2/+6
| |/
* | Merge pull request #4200 from jeesyn/fix_typoSalvatore Sanfilippo2017-11-281-1/+1
|\ \
| * | fix a typojeesyn.liu2017-08-081-1/+1
* | | Merge pull request #4166 from charpty/wip-redisclic-typoSalvatore Sanfilippo2017-11-281-1/+1
|\ \ \
| * | | redis-cli.c typo: helpe -> helper.Bo Cai2017-07-261-1/+1
* | | | Merge pull request #4167 from charpty/wip-redisclic-typo2Salvatore Sanfilippo2017-11-281-1/+1
|\ \ \ \
| * | | | redis-cli.c typo: Requets -> Requests.Bo Cai2017-07-261-1/+1
| |/ / /
* | | | Merge pull request #4170 from TehWebby/patch-2Salvatore Sanfilippo2017-11-281-1/+1
|\ \ \ \
| * | | | Fix typoShaun Webb2017-07-271-1/+1
| |/ / /
* | | | t_hash.c: clarify calling two times the same function.antirez2017-11-281-2/+2
* | | | adlist: fix listJoin() in the case the second list is empty.antirez2017-11-281-1/+1
* | | | Merge pull request #4374 from rouzier/patch-1Salvatore Sanfilippo2017-11-281-3/+6
|\ \ \ \
| * | | | Fix file descriptor leak and error handlingrouzier2017-10-131-3/+6
* | | | | Merge pull request #4451 from devnexen/minor_build_fixesSalvatore Sanfilippo2017-11-282-2/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix undefined behavior constant defined.David Carlier2017-11-192-2/+10
* | | | | Improve OBJECT HELP descriptions.antirez2017-11-271-2/+2
* | | | | Fix entry command table entry for OBJECT for HELP option.antirez2017-11-271-1/+1
* | | | | Merge pull request #4472 from itamarhaber/object_patchSalvatore Sanfilippo2017-11-271-5/+20
|\ \ \ \ \
| * | | | | Adds `OBJECT help`Itamar Haber2017-11-241-3/+18
| * | | | | Prevents `OBJECT freq` with `noeviction`Itamar Haber2017-11-241-2/+2
* | | | | | Adds -u <uri> option to redis-cli.Itamar Haber2017-11-271-0/+89
* | | | | | Merge pull request #4452 from soloestoy/expire-latencySalvatore Sanfilippo2017-11-241-8/+11
|\ \ \ \ \ \
| * | | | | | expire & latency: fix the missing latency records generated by expirezhaozhao.zz2017-11-211-8/+11
| | |_|/ / / | |/| | | |
* | | | | | Modules: fix memory leak in RM_IsModuleNameBusy().antirez2017-11-241-7/+3