summaryrefslogtreecommitdiff
path: root/src/module.c
Commit message (Expand)AuthorAgeFilesLines
* Modules hooks: do not re-enter in hooks.antirez2019-10-231-1/+5
* Modules hooks: select the right DB for FLUSHDB events.antirez2019-10-231-0/+3
* Modules hooks: FLUSHDB event example.antirez2019-10-231-0/+2
* Modules hooks: implement the FLUSHDB event.antirez2019-10-231-2/+2
* Modules hooks: unify structures definitions.antirez2019-10-231-15/+4
* Modules hooks: document what yet to implement WIP 2.antirez2019-10-221-15/+60
* Modules hooks: document what yet to implement WIP 1.antirez2019-10-221-8/+74
* Module hooks: fixes and an example module.antirez2019-10-221-0/+1
* Modules hooks: fix define / linker issues. Implement one test event.antirez2019-10-221-4/+1
* Modules hooks: handle module unloading + API export.antirez2019-10-221-5/+22
* Modules hooks: fix a leak and a few more issues.antirez2019-10-221-22/+10
* Modules hooks: event firing logic.antirez2019-10-211-10/+79
* Modules: refactoring of RM_GetClientInfoById().antirez2019-10-211-30/+40
* Modules: fix RedisModule_GetClientInfoById() example.antirez2019-10-211-1/+1
* Modules: export GetClientInfoById().antirez2019-10-211-0/+1
* Modules: add the client ID to the client info structure.antirez2019-10-211-0/+8
* Modules: RM_GetClientInfoById() draft.antirez2019-10-211-0/+73
* Modules hooks: a first version of events and some API.antirez2019-10-211-7/+51
* Modules hooks: initial design of data structures.antirez2019-10-181-1/+41
* module: fix propagation API bug.antirez2019-10-171-2/+2
* Modules: allow to check for AOF loading client.antirez2019-10-171-1/+9
* Modules: add new flags to context, replica state + more.antirez2019-10-171-0/+32
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-44/+573
|\
| * Merge pull request #5926 from JimB123/unstableSalvatore Sanfilippo2019-10-161-0/+17
| |\
| | * Addition of OnUnload functionJim Brunner2019-03-131-0/+17
| * | 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
| | | |\ \ \ \