summaryrefslogtreecommitdiff
path: root/src/module.c
Commit message (Expand)AuthorAgeFilesLines
* Modules: fix RedisModule_GetClientInfoById() example.modules-get-client-info-by-idantirez2019-10-161-1/+1
* Modules: export GetClientInfoById().antirez2019-10-161-0/+1
* Modules: add the client ID to the client info structure.antirez2019-10-161-0/+8
* Modules: RM_GetClientInfoById() draft.antirez2019-10-151-0/+73
* Modules: RM_Call(): give pointer to documentation.antirez2019-10-041-1/+4
* Modules: RM_Call/Replicate() ability to exclude AOF/replicas.antirez2019-10-041-9/+27
* Modules: RM_Replicate() in thread safe contexts.antirez2019-10-031-4/+26
* Modules: implement RM_Replicate() from async callbacks.antirez2019-10-031-2/+31
* Modules: handle propagation when ctx is freed. Flag modules commands ctx.antirez2019-10-021-19/+23
* Use sdscatfmt instead of sdscatprintf in module infoOran Agra2019-09-301-21/+21
* Merge remote-tracking branch 'antirez/unstable' into modules_infoOran Agra2019-09-301-17/+288
|\
| * 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-271-1/+1
| * | TerminateModuleForkChild(): move safety checks there.antirez2019-09-271-17/+18
| * | Function renamed hasForkChild() -> hasActiveChildProcess().antirez2019-09-271-1/+1
| * | TerminateModuleForkChild(): use wait4 for safety.antirez2019-09-271-1/+2
| * | Modules fork: improve SIGUSR1 handling, fix include.antirez2019-09-271-1/+1
| * | Merge branch 'unstable' into modules_forkSalvatore Sanfilippo2019-09-271-12/+174
| |\ \
| | * | INFO: more info about loaded modules.antirez2019-09-261-3/+40
| | * | Merge pull request #6024 from itamarhaber/info_modulesSalvatore Sanfilippo2019-09-261-0/+19
| | |\ \
| | | * | Adds a "Modules" section to `INFO`Itamar Haber2019-04-161-0/+19
| | * | | Merge pull request #6235 from oranagra/module_rdb_load_errorsSalvatore Sanfilippo2019-09-261-6/+58
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'oss/unstable' into module_rdb_load_errorsOran Agra2019-07-301-4/+47
| | | |\ \ \
| | | * | | | Avoid diskelss-load if modules did not declare they handle read errorsOran Agra2019-07-301-12/+35
| | | * | | | Allow modules to handle RDB loading errors.Oran Agra2019-07-211-6/+35
| | * | | | | Merge pull request #4980 from yossigo/rm-assertSalvatore Sanfilippo2019-09-261-0/+10
| | |\ \ \ \ \
| | | * | | | | Add RedisModule_Assert() API call.Yossi Gottlieb2019-03-141-0/+10
| | * | | | | | Typo fixes in API documentationDoug Nelson2019-09-051-2/+2
| | | |_|_|_|/ | | |/| | | |
| | * | | | | RM_ReplyWithCString was missing registrationOran Agra2019-08-071-0/+1
| | | |_|/ / | | |/| | |
| | * | | | Merge pull request #6264 from oranagra/modules_api_aux_rdbSalvatore Sanfilippo2019-07-301-0/+41
| | |\ \ \ \
| | | * | | | Implement module api for aux data in rdbOran Agra2019-07-221-0/+41
| | | | |/ / | | | |/| |
| | * | | | RM_Log - add support for logging without a context or context without moduleOran Agra2019-07-171-4/+6
| | |/ / /
| * | | | Modlue fork is killed when the parent existsOran Agra2019-08-251-11/+15
| * | | | Module API for ForkingOran Agra2019-07-171-0/+100
| |/ / /
* | | | Module INFO, support default section for simple modulesOran Agra2019-08-181-1/+4
* | | | Module INFO, add support for dict fields, rename API to have common prefixOran Agra2019-08-181-15/+91
* | | | Extend modules API to allow modules report to redis INFOOran Agra2019-07-241-0/+130
|/ / /
* | | Merge pull request #6161 from swilly22/redismodule-loading-ctx-flagSalvatore Sanfilippo2019-07-071-0/+3
|\ \ \
| * | | Extend REDISMODULE_CTX_FLAGS to indicate if redis is currently loading from e...swilly222019-06-121-0/+3
* | | | Merge pull request #6022 from itamarhaber/RedisModule_ReplyWithCStringSalvatore Sanfilippo2019-07-051-0/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Uses addReplyBulkCStringItamar Haber2019-04-161-1/+1
| * | | Adds RedisModule_ReplyWithCStringItamar Haber2019-04-161-0/+11
| | |/ | |/|
* | | Preserve client->id for blocked clients.Yossi Gottlieb2019-05-051-1/+4
|/ /