summaryrefslogtreecommitdiff
path: root/runtest-moduleapi
Commit message (Expand)AuthorAgeFilesLines
* Add RM_RdbLoad and RM_RdbSave module API functions (#11852)Ozan Tezcan2023-04-091-0/+1
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-161-0/+1
* Custom authentication for Modules (#11659)KarthikSubbarao2023-03-151-0/+1
* Module API to allow writes after key space notification hooks (#11199)Meir Shpilraien (Spielrein)2022-11-241-0/+1
* Add RM_SetContextUser to support acl validation in RM_Call (and scripts) (#10...Shaya Potter2022-09-221-0/+1
* Add RM_PublishMessageShard (#10543)guybe72022-04-171-0/+1
* Add RM_MallocSizeString, RM_MallocSizeDict (#10542)guybe72022-04-171-0/+1
* Module Configurations (#10285)Nick Chun2022-03-301-0/+1
* Command info module API (#10108)Viktor Söderqvist2022-02-041-1/+1
* forbid module to unload when it holds ongoing timer (#10187)郭伟光2022-02-011-0/+1
* Add event loop support to the module API (#10001)Ozan Tezcan2022-01-181-0/+1
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-0/+1
* Add RM_ReplyWithBigNumber module API (#9639)Shaya Potter2021-10-251-0/+1
* Treat subcommands as commands (#9504)guybe72021-10-201-0/+1
* Release clients blocked on module commands in cluster resharding and down sta...qetu37902021-10-191-0/+1
* Adding ACL support for modules (#9309)YaacovHazan2021-09-231-0/+1
* Support tclsh 8.7 (#9500)yancz20002021-09-151-1/+1
* A better approach for COMMAND INFO for movablekeys commands (#8324)guybe72021-09-151-0/+1
* Modules: Add remaining list API functions (#8439)Viktor Söderqvist2021-09-141-0/+1
* modules: Add newlen == 0 handling to RM_StringTruncate (#3717) (#3718)Evan2021-06-221-0/+1
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-161-0/+1
* add test for modules load/unload and config rewriteOran Agra2021-06-011-0/+1
* Modules: In RM_HashSet, add COUNT_ALL flag and set errno (#8446)Viktor Söderqvist2021-02-151-0/+1
* RM_ZsetRem: Delete key if empty (#8453)Viktor Söderqvist2021-02-051-0/+1
* Enabled background and reply time tracking on blocked on keys/blocked on back...filipe oliveira2021-01-291-0/+1
* Add modules API for streams (#8288)Viktor Söderqvist2021-01-281-0/+1
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-131-1/+2
* Modules: add defrag API support. (#8149)Yossi Gottlieb2020-12-131-0/+1
* Modules callbacks for lazy free effort, and unlink (#7912)chenyangyang2020-11-161-0/+1
* Modules: add RM_GetCommandKeys().Yossi Gottlieb2020-10-111-0/+1
* RM_ThreadSafeContextTryLock a non-blocking method for acquiring GIL (#7738)Roi Lipman2020-09-091-0/+1
* Correct error message of runtest-cluster and runtest-moduleapi (#7647)pingfan1082020-08-111-1/+1
* This PR introduces a new loaded keyspace event (#7536)Meir Shpilraien (Spielrein)2020-07-231-0/+1
* Add module APIs for custom authenticationMadelyn Olson2019-12-171-0/+1
* Merge branch 'unstable' into scan_module_implSalvatore Sanfilippo2019-11-191-0/+1
|\
| * Add ModuleDataType to/from string serialization.Yossi Gottlieb2019-11-041-0/+1
* | Added scan implementation to module api.meir@redislabs.com2019-11-111-0/+1
|/
* Modules: Test RedisModule_BlockClientOnKeysGuy Benoish2019-11-041-0/+1
* Module api tests for RM_CallOran Agra2019-10-281-1/+9
* Modules hooks: initial Tcl test file.antirez2019-10-241-1/+1
* Modules: add RM_Replicate() Tcl test file & fix the module.antirez2019-10-031-1/+1
* Merge remote-tracking branch 'antirez/unstable' into modules_infoOran Agra2019-09-301-1/+1
|\
| * Merge branch 'unstable' into modules_forkSalvatore Sanfilippo2019-09-271-2/+1
| |\
| | * Implement module api for aux data in rdbOran Agra2019-07-221-1/+1
| * | Module API for ForkingOran Agra2019-07-171-1/+2
| |/
* | Extend modules API to allow modules report to redis INFOOran Agra2019-07-241-1/+1
|/
* Add runtest-moduleapi with commandfilter coverage.Yossi Gottlieb2019-03-241-0/+16