summaryrefslogtreecommitdiff
path: root/src/redismodule.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6498 from oranagra/rm_latency_add_sampleSalvatore Sanfilippo2019-10-281-0/+2
|\
| * Module API for LatencyAddSampleOran Agra2019-10-241-0/+2
* | Introduce ReplyWithVerbatimString, ReplyWithEmptyArray, ReplyWithNullArray an...swilly222019-10-281-1/+8
* | Modules hooks: implement the FLUSHDB event.antirez2019-10-231-0/+3
* | Modules hooks: unify structures definitions.antirez2019-10-231-10/+38
* | Modules hooks: document what yet to implement WIP 1.antirez2019-10-231-0/+5
* | Module hooks: fixes and an example module.antirez2019-10-231-1/+2
* | Modules hooks: fix define / linker issues. Implement one test event.antirez2019-10-231-32/+35
* | Modules hooks: handle module unloading + API export.antirez2019-10-231-0/+2
* | Modules hooks: event firing logic.antirez2019-10-231-9/+9
* | Modules: export GetClientInfoById().antirez2019-10-231-0/+2
* | Modules: RM_GetClientInfoById() draft.antirez2019-10-231-0/+17
* | Modules hooks: a first version of events and some API.antirez2019-10-231-0/+69
|/
* Modules: allow to check for AOF loading client.antirez2019-10-171-0/+2
* Modules: add new flags to context, replica state + more.antirez2019-10-171-1/+16
* Merge remote-tracking branch 'antirez/unstable' into modules_infoOran Agra2019-09-301-1/+28
|\
| * Merge branch 'unstable' into modules_forkSalvatore Sanfilippo2019-09-271-1/+21
| |\
| | * Merge pull request #6235 from oranagra/module_rdb_load_errorsSalvatore Sanfilippo2019-09-261-0/+7
| | |\
| | | * Merge remote-tracking branch 'oss/unstable' into module_rdb_load_errorsOran Agra2019-07-301-1/+10
| | | |\
| | | * | Avoid diskelss-load if modules did not declare they handle read errorsOran Agra2019-07-301-6/+4
| | | * | Allow modules to handle RDB loading errors.Oran Agra2019-07-211-0/+9
| | * | | Merge pull request #4980 from yossigo/rm-assertSalvatore Sanfilippo2019-09-261-0/+4
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Add RedisModule_Assert() API call.Yossi Gottlieb2019-03-141-0/+4
| | * | | Implement module api for aux data in rdbOran Agra2019-07-221-1/+10
| | | |/ | | |/|
| * | | Module API for ForkingOran Agra2019-07-171-0/+7
| |/ /
* | | Module INFO, add support for dict fields, rename API to have common prefixOran Agra2019-08-181-12/+16
* | | Extend modules API to allow modules report to redis INFOOran Agra2019-07-241-0/+16
|/ /
* | Merge pull request #6161 from swilly22/redismodule-loading-ctx-flagSalvatore Sanfilippo2019-07-071-0/+2
|\ \
| * | Extend REDISMODULE_CTX_FLAGS to indicate if redis is currently loading from e...swilly222019-06-121-0/+2
* | | Adds RedisModule_ReplyWithCStringItamar Haber2019-04-161-0/+2
|/ /
* | Merge pull request #5944 from yossigo/command-filteringSalvatore Sanfilippo2019-03-221-0/+22
|\ \
| * | CommandFilter API: REDISMODULE_CMDFILTER_NOSELF.Yossi Gottlieb2019-03-211-1/+6
| * | CommandFilter API: Add unregister option.Yossi Gottlieb2019-03-211-6/+9
| * | CommandFilter API: More cleanup.Yossi Gottlieb2019-03-181-1/+1
| * | Add command filtering argument handling API.Yossi Gottlieb2019-03-181-6/+12
| * | Initial command filter experiment.Yossi Gottlieb2019-03-181-0/+8
* | | Merge pull request #5945 from dvirsky/miss_notificationSalvatore Sanfilippo2019-03-221-1/+2
|\ \ \
| * | | Added missing REDISMODULE_NOTIFY_KEY_MISS flag to REDISMODULE_NOTIFY_ALLDvir Volk2019-03-211-1/+1
| * | | added special flag for keyspace miss notificationsDvir Volk2019-03-211-0/+1
| |/ /
* | | Add RedisModule_GetKeyNameFromIO().Yossi Gottlieb2019-03-151-0/+2
|/ /
* | Merge branch 'sharedapi' into unstableantirez2019-03-141-0/+4
|\ \
| * | Modules shared API: export new core APIs.sharedapiantirez2018-12-201-0/+4
| * | Revert shared APIs to modify the design.antirez2018-12-201-4/+0
| * | added module ability to register api to be used by other modulesMeirShpilraien2018-12-201-0/+4
| |/
* | Extend REDISMODULE_CTX_FLAGS to indicate if command was sent by masterswilly222019-03-111-0/+3
|/
* Modules: Modules: dictionary API WIP #13: Compare API exported.antirez2018-09-271-0/+4
* Modules: dictionary API WIP #10: export API to modules.antirez2018-09-261-0/+40
* Modules: dictionary API work in progress #1.antirez2018-09-211-0/+2
* Module cluster flags: add RM_SetClusterFlags() API.cluster-api-improvementsantirez2018-09-191-0/+2
* Module cluster flags: initial vars / defines added.antirez2018-09-191-0/+4