summaryrefslogtreecommitdiff
path: root/src/module.c
Commit message (Expand)AuthorAgeFilesLines
* Adding parentheses and do-while(0) to macros (#11080)Moti Cohen2022-08-031-1/+1
* Adds RM_Microseconds and RM_CachedMicroseconds (#11016)guybe72022-07-271-1/+18
* Register abs-expire apis (#11025)chenyang80942022-07-241-0/+2
* Set RM_StringCompare input args as const (#11010)Binbin2022-07-191-1/+1
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-3/+2
* Add missing REDISMODULE_CLIENTINFO_INITIALIZER (#10885)Viktor Söderqvist2022-06-271-2/+2
* Support conversion between `RedisModuleString` and `unsigned long long` (#10889)RinChanNOW!2022-06-261-0/+24
* Add RM_SetClientNameById and RM_GetClientNameById (#10839)Viktor Söderqvist2022-06-261-0/+36
* Module API docs corrections (#10890)Viktor Söderqvist2022-06-211-4/+4
* Fix crash on RM_Call with script mode. (#10886)Meir Shpilraien (Spielrein)2022-06-211-2/+11
* Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837)Binbin2022-06-121-8/+2
* some minor spelling/grammatical fixes to module.c (#10812)Steve Lorello2022-06-031-20/+20
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-011-6/+44
* Add module API RM_MallocUsableSize (#10795)menwen2022-05-311-0/+7
* Fix outdated comment about flags in moduleCreateArgvFromUserFormat (#10781)Binbin2022-05-261-1/+1
* Fix typos in module comment / documentation (#10740)Binbin2022-05-181-9/+9
* Make the check for if script is running or not consistent (#10725)Qu Chen2022-05-151-2/+3
* Dediacted member to hold RedisModuleCommand (#10681)guybe72022-05-101-14/+11
* Fix cursor type in RedisModuleScanCursor (#10698)Ozan Tezcan2022-05-091-1/+1
* Bug fixes for enum configs with overlapping bit flags (module API) (#10661)Oran Agra2022-05-091-1/+5
* Fix RM_Scan() documentation (#10693)Ozan Tezcan2022-05-091-4/+4
* Add module API flag for using enum configs as bit flags (#10643)Oran Agra2022-04-261-1/+13
* Fix typos and limit unknown command error message (#10634)Binbin2022-04-251-2/+2
* Fix regression not aborting transaction on error, and re-edit some error resp...guybe72022-04-251-19/+9
* Fixes around clients that must be obeyed. Replica report disk errors in PING....Oran Agra2022-04-201-2/+3
* Fix RM_Yield bug processing future commands of the current client. (#10573)Oran Agra2022-04-181-5/+7
* Add RM_PublishMessageShard (#10543)guybe72022-04-171-4/+8
* Add RM_MallocSizeString, RM_MallocSizeDict (#10542)guybe72022-04-171-1/+22
* Add the deprecated_since field in command args of COMMAND DOCS (#10545)guybe72022-04-131-0/+2
* Allow specifying ACL reason for module log entry (#10559)Madelyn Olson2022-04-111-2/+12
* modules: add RedisModuleKey* return type to RM_OpenKey (#3719)Evan2022-04-111-2/+2
* Add RM_TryAlloc (#10541)guybe72022-04-101-1/+9
* COMMAND DOCS shows module name, where applicable (#10544)guybe72022-04-101-0/+8
* Fix RM_Yield bug (#10548)Oran Agra2022-04-071-2/+10
* Cluster node name sanity check (#10391)bugwz2022-04-041-3/+4
* Module Configurations (#10285)Nick Chun2022-03-301-8/+594
* introduce MAX_D2STRING_CHARS instead of 128 const (#10487)Oran Agra2022-03-281-1/+1
* fix crash in debug protocol push (#10483)DarrenJiang132022-03-281-1/+4
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-221-1/+112
* Add module API for redacting command arguments (#10425)Madelyn Olson2022-03-151-0/+19
* Fix typo "the the" (#10399)蔡相跃2022-03-091-1/+1
* Modules: Add REDISMODULE_EVENT_CONFIG (#10311)Shaya Potter2022-03-071-0/+19
* Fix memory leak in RM_StreamIteratorStop and moduleFreeKeyIterator (#10353)Vitah Lin2022-02-281-1/+5
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-271-1/+1
* Implemented module getchannels api and renamed channel keyspec (#10299)Madelyn Olson2022-02-221-24/+131
* Fix error stats and failed command stats for blocked clients (#10309)Oran Agra2022-02-211-8/+11
* Fix and improve module error reply statistics (#10278)Oran Agra2022-02-131-1/+11
* Fix duplicate module options define (#10284)sundb2022-02-111-0/+2
* Make INFO command variadic (#6891)Wen Hui2022-02-081-7/+14
* Handle key-spec flags with modules (#10237)Oran Agra2022-02-081-39/+81