summaryrefslogtreecommitdiff
path: root/src/module.c
Commit message (Expand)AuthorAgeFilesLines
* Fix module commands propagation double MULTI bug.antirez2020-03-311-6/+1
* Fix RM_Call() stale comment due to cut&paste.antirez2020-03-311-3/+1
* Modules: updated function doc after #7003.antirez2020-03-231-1/+6
* Merge pull request #7003 from guybe7/rm_context_flags_handle_nullSalvatore Sanfilippo2020-03-231-14/+16
|\
| * Allow RM_GetContextFlags to work with ctx==NULLGuy Benoish2020-03-181-14/+16
* | Merge pull request #6918 from chendq8/fixModuleUnregisterUsedApiSalvatore Sanfilippo2020-03-131-1/+1
|\ \ | |/ |/|
| * use correct list for moduleUnregisterUsedAPIchendianqiang2020-02-221-1/+1
* | Modules: reformat RM_Scan() top comment a bit.antirez2020-02-281-12/+21
* | Modules: more details in RM_Scan API top comment.antirez2020-02-281-6/+22
* | Merge pull request #6838 from oranagra/rm_scan_dict_rehashSalvatore Sanfilippo2020-02-281-6/+14
|\ \
| * | RM_Scan disable dict rehashingOran Agra2020-02-061-6/+14
* | | Merge pull request #6828 from guybe7/module_string_from_doubleSalvatore Sanfilippo2020-02-281-0/+12
|\ \ \
| * | | Add RM_CreateStringFromDoubleGuy Benoish2020-02-041-0/+12
* | | | Merge pull request #6893 from oranagra/api_doc_aux_saveSalvatore Sanfilippo2020-02-281-0/+6
|\ \ \ \
| * | | | module api docs for aux_save and aux_loadOran Agra2020-02-161-0/+6
| | |_|/ | |/| |
* | | | Merge pull request #6876 from MeirShpilraien/changed_log_level_of_module_fork...Salvatore Sanfilippo2020-02-271-2/+2
|\ \ \ \
| * | | | Changed log level for module fork api from 'notice' to 'verbos'.meir@redislabs.com2020-02-101-2/+2
* | | | | Merge pull request #6919 from ashtul/Fix-ThreadSafeContext-functions-namesSalvatore Sanfilippo2020-02-271-2/+2
|\ \ \ \ \
| * | | | | fix ThreadSafeContext lock/unlock function namesAriel2020-02-221-2/+2
* | | | | | Modules: Do not auto-unblock clients if not blocked on keysGuy Benoish2020-02-231-7/+22
| |_|/ / / |/| | | |
* | | | | Merge pull request #6863 from oranagra/module_commands_no_slowlogSalvatore Sanfilippo2020-02-131-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | add no-slowlog option to RM_CreateCommandOran Agra2020-02-061-0/+3
| | |_|/ | |/| |
* | | | Merge pull request #6821 from guybe7/key_miss_notifySalvatore Sanfilippo2020-02-061-1/+2
|\ \ \ \
| * | | | Exclude "keymiss" notification from NOTIFY_ALLGuy Benoish2020-02-031-1/+2
| | |_|/ | |/| |
* | | | Merge pull request #6837 from oranagra/signal_modified_key_docSalvatore Sanfilippo2020-02-061-1/+2
|\ \ \ \
| * | | | update RM_SignalModifiedKey doc commentOran Agra2020-02-051-1/+2
| | |/ / | |/| |
* | | | Merge pull request #6846 from oranagra/module_client_flagsSalvatore Sanfilippo2020-02-061-3/+3
|\ \ \ \
| * | | | Fix client flags to be int64 in module.cOran Agra2020-02-061-3/+3
| |/ / /
* | | | moduleRDBLoadError, add key name, and use panic rather than exitOran Agra2020-02-061-4/+5
|/ / /
* | | fix uninitialized info_cb var in module.cOran Agra2020-02-031-0/+1
* | | Merge pull request #6812 from guybe7/str_convert_fixSalvatore Sanfilippo2020-01-301-1/+1
|\ \ \
| * | | ld2string should fail if string contains \0 in the middleGuy Benoish2020-01-301-1/+1
| |/ /
* | | Add more info in the unblockClientFromModule() function.antirez2020-01-291-1/+7
|/ /
* | Merge pull request #6699 from guybe7/module_blocked_on_key_timeout_memleakSalvatore Sanfilippo2020-01-291-0/+9
|\ \
| * | Modules: Fix blocked-client-related memory leakGuy Benoish2019-12-301-0/+9
| |/
* | Add REDISMODULE_CTX_FLAGS_MULTI_DIRTY.Yossi Gottlieb2019-12-231-0/+6
|/
* Fix ip and missing mode in RM_GetClusterNodeInfo().antirez2019-12-201-2/+5
* Merge pull request #6615 from soloestoy/wrap-also-propagate-as-multiSalvatore Sanfilippo2019-12-191-4/+6
|\
| * Propagation: flag module client as CLIENT_MULTI if neededzhaozhao.zz2019-11-221-0/+5
| * Propagation: wrap commands in also_propagate array with MULIT/EXECzhaozhao.zz2019-11-221-4/+1
* | Modules: rewrite top function doc of AvoidReplicaTraffic().antirez2019-12-181-4/+20
* | Merge pull request #6497 from oranagra/avoid_replica_trafficSalvatore Sanfilippo2019-12-181-0/+9
|\ \
| * | Add module API for AvoidReplicaTrafficOran Agra2019-12-121-0/+9
| |/
* | Avoid changing setKey() API after #6679 fix.antirez2019-12-181-3/+3
* | add a new SET option KEEPTTL that doesn't remove expire timezhaozhao.zz2019-12-181-3/+3
* | Merge pull request #5916 from madolson/dev-unstable-acl-module-prSalvatore Sanfilippo2019-12-171-0/+220
|\ \
| * | Tweaking the documentationMadelyn Olson2019-12-171-19/+17
| * | Add module APIs for custom authenticationMadelyn Olson2019-12-171-0/+222
* | | Split error message so dependandent callers give a useful resultMadelyn Olson2019-12-161-1/+4
* | | Added better exception handling around scripting and moduleMadelyn Olson2019-12-161-2/+9
|/ /