summaryrefslogtreecommitdiff
path: root/src/redismodule.h
Commit message (Expand)AuthorAgeFilesLines
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-171-1/+4
* Modules callbacks for lazy free effort, and unlink (#7912)chenyangyang2020-11-161-1/+10
* Moved RMAPI_FUNC_SUPPORTED location such that it will be visible to modules (...Meir Shpilraien (Spielrein)2020-11-091-2/+2
* Modules: fix RM_GetCommandKeys API. (#7901)Yossi Gottlieb2020-10-111-1/+1
* Add Module API for version and compatibility checks (#7865)Meir Shpilraien (Spielrein)2020-10-111-1/+41
* Module API: Add RM_GetClientCertificate(). (#7866)Yossi Gottlieb2020-10-111-0/+2
* Modules: Add RM_GetDetachedThreadSafeContext(). (#7886)Yossi Gottlieb2020-10-111-0/+2
* Modules: add RM_GetCommandKeys().Yossi Gottlieb2020-10-111-0/+2
* Add GT and LT options to ZADD for conditional score updates (#7818)alexronke-channeladvisor2020-09-231-0/+2
* RM_GetContextFlags provides indication that we're in a fork child (#7783)Oran Agra2020-09-201-0/+2
* Add Swapdb Module Event (#7804)Wen Hui2020-09-201-0/+16
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* RM_ThreadSafeContextTryLock a non-blocking method for acquiring GIL (#7738)Roi Lipman2020-09-091-0/+2
* Annotate module API functions in redismodule.h for use with -fno-common (#6900)Nathan Scott2020-08-141-241/+265
* see #7250, fix signature of RedisModule_DeauthenticateAndCloseClient (#7645)WuYunlong2020-08-101-1/+1
* see #7544, added RedisModule_HoldString api. (#7577)Meir Shpilraien (Spielrein)2020-08-091-0/+2
* This PR introduces a new loaded keyspace event (#7536)Meir Shpilraien (Spielrein)2020-07-231-1/+1
* Use __attribute__ only if __GNUC__ is definedGuy Benoish2020-04-031-3/+12
* Modules: Perform printf-like format checks in variadic APIGuy Benoish2020-04-031-3/+3
* Modules: Test MULTI/EXEC replication of RM_ReplicateGuy Benoish2020-03-311-1/+1
* Merge pull request #6828 from guybe7/module_string_from_doubleSalvatore Sanfilippo2020-02-281-0/+2
|\
| * Add RM_CreateStringFromDoubleGuy Benoish2020-02-041-0/+2
* | Exclude "keymiss" notification from NOTIFY_ALLGuy Benoish2020-02-031-2/+2
|/
* Add REDISMODULE_CTX_FLAGS_MULTI_DIRTY.Yossi Gottlieb2019-12-231-0/+2
* Merge pull request #6497 from oranagra/avoid_replica_trafficSalvatore Sanfilippo2019-12-181-0/+2
|\
| * Add module API for AvoidReplicaTrafficOran Agra2019-12-121-0/+2
* | Removed old auth context referenceMadelyn Olson2019-12-171-1/+0
* | Fixed some documentationMadelyn Olson2019-12-171-1/+0
* | Add module APIs for custom authenticationMadelyn Olson2019-12-171-1/+16
* | Improve RM_ModuleTypeReplaceValue() API.Yossi Gottlieb2019-12-121-1/+1
|/
* Merge branch 'unstable' into rm_get_server_infoSalvatore Sanfilippo2019-11-211-8/+132
|\
| * Merge pull request #6547 from guybe7/module_api_streamsSalvatore Sanfilippo2019-11-211-0/+1
| |\
| | * Support streams in general module API functionsGuy Benoish2019-11-061-0/+1
| * | Merge branch 'unstable' into expose_zmalloc_capabilitiesSalvatore Sanfilippo2019-11-211-4/+33
| |\ \
| | * \ Merge branch 'unstable' into module-long-doubleSalvatore Sanfilippo2019-11-191-4/+27
| | |\ \
| | | * \ Merge pull request #6557 from oranagra/rm_lru_lfu_revizedSalvatore Sanfilippo2019-11-191-4/+8
| | | |\ \
| | | | * | rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-101-4/+8
| | | | |/
| | | * | Merge branch 'unstable' into scan_module_implSalvatore Sanfilippo2019-11-191-0/+6
| | | |\ \
| | | | * \ Merge pull request #4076 from yossigo/add_mt_replacevalueSalvatore Sanfilippo2019-11-191-0/+2
| | | | |\ \
| | | | | * | Add RM_ModuleTypeReplaceValue.Yossi Gottlieb2019-11-141-0/+2
| | | | | |/
| | | | * | Add ModuleDataType to/from string serialization.Yossi Gottlieb2019-11-041-0/+4
| | | | |/
| | | * | Add RM_ScanKey to scan hash, set, zset, changes to RM_Scan APIOran Agra2019-11-111-10/+13
| | | * | Added scan implementation to module api.meir@redislabs.com2019-11-111-0/+10
| | | |/
| | * | Fix RedisModule_ReplyWithLongDouble ptr definition, add testsartix2019-11-041-1/+1
| | * | Start support for long double in modulesartix2019-11-041-0/+6
| | |/
| * | changed GetUsedMemoryPresentage -> GetUsedMemoryRatio and return value betwee...meir@redislabs.com2019-11-061-2/+2
| * | expose used memory via redismodule apimeir@redislabs.com2019-11-061-0/+4
| |/
| * Merge pull request #6531 from oranagra/rm_save_long_doubleSalvatore Sanfilippo2019-11-041-0/+4
| |\
| | * Module API for loading and saving long doubleOran Agra2019-11-031-0/+4
| * | Merge branch 'unstable' into module_lru_lfuSalvatore Sanfilippo2019-11-041-8/+92
| |\ \