summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ACLs: change hashed passwords opcode to also remove them.hashed-pass-opcodeantirez2019-09-302-10/+28
* Allowed passing in of password hash and fixed config rewriteMadelyn Olson2019-09-303-6/+65
* Merge pull request #6411 from nikhilajayk/unstableSalvatore Sanfilippo2019-09-302-3/+5
|\
| * Added cluster host and protected mode variablesnikhilajayk2019-09-262-3/+5
* | Merge pull request #6304 from dbenders/fix-issue-6141Salvatore Sanfilippo2019-09-301-1/+1
|\ \
| * | pass len to alloc in clusterManagerMigrateKeysInReplyDiego Bendersky2019-08-051-1/+1
* | | Fix comments aesthetics.antirez2019-09-301-2/+3
* | | Change a bit the style of #6385.antirez2019-09-301-4/+2
* | | Merge pull request #6385 from filipecosta90/perf-reply-ss-errorSalvatore Sanfilippo2019-09-301-4/+5
|\ \ \
| * | | [fix] fixed the un-refactor bug.filipecosta902019-09-251-3/+4
| * | | [fix] un-refactor the code. [perf] replyWithStatus now makes usage of addRepl...filipecosta902019-09-231-14/+15
| * | | [add] improved performance of RM_ReplyWithSimpleString and RM_ReplyWithError ...filipecosta902019-09-151-15/+14
* | | | moduleRDBLoadError(): io->ctx may be NULL.antirez2019-09-271-1/+1
* | | | Fix memory leak in moduleLoadFromQueue().antirez2019-09-271-0/+2
* | | | Fix memory leak in RM_UnregisterCommandFilter().antirez2019-09-271-0/+2
* | | | TerminateModuleForkChild(): fix function prototype.antirez2019-09-272-2/+2
* | | | TerminateModuleForkChild(): move safety checks there.antirez2019-09-273-19/+20
* | | | Function renamed hasForkChild() -> hasActiveChildProcess().antirez2019-09-278-21/+21
* | | | TerminateModuleForkChild(): use wait4 for safety.antirez2019-09-271-1/+2
* | | | Improve error message in BGSAVE.antirez2019-09-271-3/+3
* | | | Modules fork: improve SIGUSR1 handling, fix include.antirez2019-09-273-5/+19
* | | | Merge pull request #6247 from oranagra/modules_forkSalvatore Sanfilippo2019-09-2716-91/+373
|\ \ \ \
| * \ \ \ Merge branch 'unstable' into modules_forkSalvatore Sanfilippo2019-09-2782-865/+4518
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | BGREWRITEAOF: improve the generic error message.antirez2019-09-261-1/+2
* | | | | INFO: more info about loaded modules.antirez2019-09-261-3/+40
* | | | | Merge pull request #6024 from itamarhaber/info_modulesSalvatore Sanfilippo2019-09-263-0/+27
|\ \ \ \ \
| * | | | | Adds a "Modules" section to `INFO`Itamar Haber2019-04-163-0/+27
* | | | | | Merge pull request #6235 from oranagra/module_rdb_load_errorsSalvatore Sanfilippo2019-09-266-9/+147
|\ \ \ \ \ \
| * | | | | | Log message when modules prevent diskless-loadOran Agra2019-07-301-1/+4
| * | | | | | Add test for module diskless short readsOran Agra2019-07-302-2/+73
| * | | | | | Merge remote-tracking branch 'oss/unstable' into module_rdb_load_errorsOran Agra2019-07-3028-190/+1034
| |\ \ \ \ \ \
| * | | | | | | Avoid diskelss-load if modules did not declare they handle read errorsOran Agra2019-07-304-21/+45
| * | | | | | | Allow modules to handle RDB loading errors.Oran Agra2019-07-213-6/+46
* | | | | | | | Merge pull request #4980 from yossigo/rm-assertSalvatore Sanfilippo2019-09-262-0/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Add RedisModule_Assert() API call.Yossi Gottlieb2019-03-142-0/+14
* | | | | | | | | Merge pull request #6354 from jaredzhu/aarch64-develSalvatore Sanfilippo2019-09-252-1/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | The aarch64 architecture is support normal memory unaligned accesses,zhudacai 002284902019-09-041-1/+2
| * | | | | | | | | src/debug.c do not support aarch64 dump utcontext, so add the contextzhudacai 002284902019-08-311-0/+27
| * | | | | | | | | Merge pull request #1 from antirez/unstablejared2019-08-30166-5698/+17784
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | Modify #6401 changes to fit 80 cols.antirez2019-09-251-1/+4
* | | | | | | | | | | Merge pull request #6401 from valentinogeron/fix-discard-during-oomSalvatore Sanfilippo2019-09-252-1/+15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | DISCARD should not fail during OOMvalentino2019-09-222-1/+15
* | | | | | | | | | | | Merge pull request #6402 from mieko/unstableSalvatore Sanfilippo2019-09-251-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Seed SipHash with 128-bit keyMike A. Owens2019-09-231-3/+3
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | ACL: fix ##6408, default user state affecting all the connections.antirez2019-09-251-2/+3
|/ / / / / / / / / / /
* | | | | | | | | | | redis-cli: support for ACL style user/pass AUTH.antirez2019-09-231-3/+21
* | | | | | | | | | | redis-cli: CSV and RAW target for more RESP3 types.antirez2019-09-231-1/+27
* | | | | | | | | | | redis-cli: ability to start a session in RESP3 mode.antirez2019-09-231-3/+26
* | | | | | | | | | | redis-cli: AUTH can now have 3 arguments as well.antirez2019-09-231-1/+2
* | | | | | | | | | | RESP3: varbatim handling for other redis-cli outputs.antirez2019-09-231-0/+2