summaryrefslogtreecommitdiff
path: root/src/redismodule.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * \ Merge pull request #6532 from oranagra/rm_misc_commandsSalvatore Sanfilippo2019-11-041-0/+8
| | |\ \
| | | * | Module API for PUBLISH, FLUSHALL, RANDOMKEY, DBSIZEOran Agra2019-11-041-0/+8
| | | |/
| | * | Merge branch 'unstable' into module_hooksSalvatore Sanfilippo2019-11-041-0/+6
| | |\ \ | | | |/
| | * | Modules hooks: complete missing hooks for the initial set of hooksOran Agra2019-10-291-8/+78
| * | | Module API for controlling LRU and LFU, and OpenKey without TOUCHOran Agra2019-10-291-0/+8
| |/ /
* | | Add RM_ServerInfoGetFieldUnsignedOran Agra2019-11-041-2/+4
* | | Adding RM_ServerInfoGetFieldCOran Agra2019-11-041-2/+4
* | | Add module api for looking into INFO fieldsOran Agra2019-11-031-0/+11
| |/ |/|
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-10-311-1/+18
|\ \ | |/
| * Merge pull request #6487 from oranagra/module_modified_keySalvatore Sanfilippo2019-10-291-0/+6
| |\
| | * Module API for explicit SignalModifiedKey instead of implicit one.Oran Agra2019-10-281-0/+6
| * | Merge pull request #6508 from guybe7/fix_module_notify_comp_errorSalvatore Sanfilippo2019-10-291-0/+3
| |\ \
| | * | Fix compilation error introduced by cee6dead3Guy Benoish2019-10-281-0/+3
| * | | Merge pull request #6495 from oranagra/rm_call_argvSalvatore Sanfilippo2019-10-291-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Module api tests for RM_CallOran Agra2019-10-281-1/+1
| | |/
| * | Modules: Allow notifying custom keyspace eventsGuy Benoish2019-10-281-0/+8
| |/
* | Modules: block on keys: use a better interface.antirez2019-10-311-1/+3