summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clarify in isUnsyncedSlave() top comment what is an unsynced slave.diskless_slave_refresh2antirez2017-12-131-0/+24
* RIO: improve comments and fix lines over 80 cols.antirez2017-12-131-13/+23
* Remove trailing spaces from #4491 code.antirez2017-12-116-7/+7
* readSyncBulkPayload() logs: specify it's the RDB parser.antirez2017-12-111-3/+3
* totalServerKeyCount() -> DbTotalNumberOfKeys().antirez2017-12-113-3/+4
* Changes to useDisklessLoad() name, comment and static declaration.antirez2017-12-111-7/+8
* Use Redis indentation style in a startBgsaveForReplication() line.antirez2017-12-111-2/+1
* Add a top comment to emptyDB() now that's just a wrapper.antirez2017-12-111-0/+4
* Improve startLoadingFile() top comment.antirez2017-12-111-3/+5
* Add config options to make diskless slave saferOran Agra2017-12-1111-40/+215
* diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2017-12-1116-267/+673
* several bugfixes to diskless replication and the CAPA mechanismoranagra2017-12-113-5/+12
* Redis kept streaming RDB to a disconnected slaveOran Agra2017-12-111-0/+7
* Change indentation and other minor details of PR #4489.antirez2017-12-069-108/+99
* C styleItamar Haber2017-12-051-4/+2
* Uses an offset in addReplyHelpItamar Haber2017-12-051-5/+3
* Merge remote-tracking branch 'upstream/unstable' into help_subcommandsItamar Haber2017-12-0545-376/+3316
|\
| * add linkClient(): adds the client and caches the list node.antirez2017-12-053-8/+14
| * Merge pull request #4497 from soloestoy/optimize-unlink-clientSalvatore Sanfilippo2017-12-053-4/+12
| |\
| | * networking: optimize unlinkClient() in freeClient()zhaozhao.zz2017-11-303-4/+12
| * | Merge pull request #4508 from trevor211/fixNotesSalvatore Sanfilippo2017-12-052-3/+6
| |\ \
| | * | fix some notesWuYunlong2017-12-052-3/+6
| * | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2017-12-052-6/+1
| |\ \ \
| | * \ \ Merge pull request #4488 from itamarhaber/debug_aritySalvatore Sanfilippo2017-12-052-6/+1
| | |\ \ \
| | | * | | Standardizes arity handling of DEBUGItamar Haber2017-11-282-6/+1
| | | | |/ | | | |/|
| * | | | dict: fix the int problem for defragzhaozhao.zz2017-12-053-5/+5
| * | | | dict: fix the int problemzhaozhao.zz2017-12-051-9/+9
| |/ / /
| * | | Merge pull request #4509 from soloestoy/set-int-problemSalvatore Sanfilippo2017-12-051-4/+10
| |\ \ \ | | |_|/ | |/| |
| | * | set: fix the int problem for qsortzhaozhao.zz2017-12-051-2/+8
| | * | set: fix the int problem for SPOP & SRANDMEMBERzhaozhao.zz2017-12-051-2/+2
| |/ /
| * | Merge pull request #4506 from soloestoy/quicklist-int-problemSalvatore Sanfilippo2017-12-043-6/+6
| |\ \
| | * | quicklist: change the len of quicklist to unsigned longzhaozhao.zz2017-12-042-4/+4
| | * | quicklist: fix the return value of quicklistCountzhaozhao.zz2017-12-042-2/+2
| |/ /
| * | Streams: fix a few type mismatches in t_stream.c.antirez2017-12-041-2/+4
| * | Refactoring: improve luaCreateFunction() API.antirez2017-12-043-58/+38
| * | Remove useless variable check from luaCreateFunction().antirez2017-12-041-1/+1
| * | Fix issue #4505, Lua RDB AUX field loading of existing scripts.antirez2017-12-041-3/+9
| * | Regression test for #4505 (Lua AUX field loading).antirez2017-12-041-1/+22
| * | DEBUG change-repl-id implemented.antirez2017-12-041-0/+7
| * | Fix loading of RDB files lua AUX fields when the script is defined.antirez2017-12-013-5/+11
| * | Streams: DEBUG DIGEST support.antirez2017-12-011-0/+21
| * | Streams: add code to compute the stream memory usage.antirez2017-12-011-0/+43
| * | Streams: add some initial test for XREVRANGE.antirez2017-12-011-0/+8
| * | Streams: fix lp-count field for non-same-fields entries.antirez2017-12-011-2/+6
| * | Streams: XRANGE REV option -> XREVRANGE command.antirez2017-12-013-7/+18
| * | Streams: fix reverse iterator discarding of items out of range.antirez2017-12-011-5/+12
| * | Streams: fix reverse iteration next node jumping.antirez2017-12-011-1/+5
| * | Streams: state machine for reverse iteration WIP 1.antirez2017-12-014-42/+98
| * | Streams: augment stream entries to allow backward scanning.antirez2017-12-011-12/+35
| * | Streams: Update listpack to fix 32bit strings encoding error.antirez2017-12-011-2/+2