| Commit message (Expand) | Author | Age | Files | Lines |
* | Module API docs corrections (#10890) | Viktor Söderqvist | 2022-06-21 | 1 | -4/+4 |
* | Fix crash on RM_Call with script mode. (#10886) | Meir Shpilraien (Spielrein) | 2022-06-21 | 1 | -2/+11 |
* | Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837) | Binbin | 2022-06-12 | 1 | -8/+2 |
* | some minor spelling/grammatical fixes to module.c (#10812) | Steve Lorello | 2022-06-03 | 1 | -20/+20 |
* | Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ... | Oran Agra | 2022-06-01 | 1 | -6/+44 |
* | Add module API RM_MallocUsableSize (#10795) | menwen | 2022-05-31 | 1 | -0/+7 |
* | Fix outdated comment about flags in moduleCreateArgvFromUserFormat (#10781) | Binbin | 2022-05-26 | 1 | -1/+1 |
* | Fix typos in module comment / documentation (#10740) | Binbin | 2022-05-18 | 1 | -9/+9 |
* | Make the check for if script is running or not consistent (#10725) | Qu Chen | 2022-05-15 | 1 | -2/+3 |
* | Dediacted member to hold RedisModuleCommand (#10681) | guybe7 | 2022-05-10 | 1 | -14/+11 |
* | Fix cursor type in RedisModuleScanCursor (#10698) | Ozan Tezcan | 2022-05-09 | 1 | -1/+1 |
* | Bug fixes for enum configs with overlapping bit flags (module API) (#10661) | Oran Agra | 2022-05-09 | 1 | -1/+5 |
* | Fix RM_Scan() documentation (#10693) | Ozan Tezcan | 2022-05-09 | 1 | -4/+4 |
* | Add module API flag for using enum configs as bit flags (#10643) | Oran Agra | 2022-04-26 | 1 | -1/+13 |
* | Fix typos and limit unknown command error message (#10634) | Binbin | 2022-04-25 | 1 | -2/+2 |
* | Fix regression not aborting transaction on error, and re-edit some error resp... | guybe7 | 2022-04-25 | 1 | -19/+9 |
* | Fixes around clients that must be obeyed. Replica report disk errors in PING.... | Oran Agra | 2022-04-20 | 1 | -2/+3 |
* | Fix RM_Yield bug processing future commands of the current client. (#10573) | Oran Agra | 2022-04-18 | 1 | -5/+7 |
* | Add RM_PublishMessageShard (#10543) | guybe7 | 2022-04-17 | 1 | -4/+8 |
* | Add RM_MallocSizeString, RM_MallocSizeDict (#10542) | guybe7 | 2022-04-17 | 1 | -1/+22 |
* | Add the deprecated_since field in command args of COMMAND DOCS (#10545) | guybe7 | 2022-04-13 | 1 | -0/+2 |
* | Allow specifying ACL reason for module log entry (#10559) | Madelyn Olson | 2022-04-11 | 1 | -2/+12 |
* | modules: add RedisModuleKey* return type to RM_OpenKey (#3719) | Evan | 2022-04-11 | 1 | -2/+2 |
* | Add RM_TryAlloc (#10541) | guybe7 | 2022-04-10 | 1 | -1/+9 |
* | COMMAND DOCS shows module name, where applicable (#10544) | guybe7 | 2022-04-10 | 1 | -0/+8 |
* | Fix RM_Yield bug (#10548) | Oran Agra | 2022-04-07 | 1 | -2/+10 |
* | Cluster node name sanity check (#10391) | bugwz | 2022-04-04 | 1 | -3/+4 |
* | Module Configurations (#10285) | Nick Chun | 2022-03-30 | 1 | -8/+594 |
* | introduce MAX_D2STRING_CHARS instead of 128 const (#10487) | Oran Agra | 2022-03-28 | 1 | -1/+1 |
* | fix crash in debug protocol push (#10483) | DarrenJiang13 | 2022-03-28 | 1 | -1/+4 |
* | Add new RM_Call flags for script mode, no writes, and error replies. (#10372) | Meir Shpilraien (Spielrein) | 2022-03-22 | 1 | -1/+112 |
* | Add module API for redacting command arguments (#10425) | Madelyn Olson | 2022-03-15 | 1 | -0/+19 |
* | Fix typo "the the" (#10399) | 蔡相跃 | 2022-03-09 | 1 | -1/+1 |
* | Modules: Add REDISMODULE_EVENT_CONFIG (#10311) | Shaya Potter | 2022-03-07 | 1 | -0/+19 |
* | Fix memory leak in RM_StreamIteratorStop and moduleFreeKeyIterator (#10353) | Vitah Lin | 2022-02-28 | 1 | -1/+5 |
* | Sort out the mess around Lua error messages and error stats (#10329) | Meir Shpilraien (Spielrein) | 2022-02-27 | 1 | -1/+1 |
* | Implemented module getchannels api and renamed channel keyspec (#10299) | Madelyn Olson | 2022-02-22 | 1 | -24/+131 |
* | Fix error stats and failed command stats for blocked clients (#10309) | Oran Agra | 2022-02-21 | 1 | -8/+11 |
* | Fix and improve module error reply statistics (#10278) | Oran Agra | 2022-02-13 | 1 | -1/+11 |
* | Fix duplicate module options define (#10284) | sundb | 2022-02-11 | 1 | -0/+2 |
* | Make INFO command variadic (#6891) | Wen Hui | 2022-02-08 | 1 | -7/+14 |
* | Handle key-spec flags with modules (#10237) | Oran Agra | 2022-02-08 | 1 | -39/+81 |
* | Command info module API (#10108) | Viktor Söderqvist | 2022-02-04 | 1 | -222/+715 |
* | forbid module to unload when it holds ongoing timer (#10187) | 郭伟光 | 2022-02-01 | 1 | -0/+26 |
* | Disable keyspec module API in 7.0 RC1 (#10135) | Viktor Söderqvist | 2022-01-24 | 1 | -1/+6 |
* | sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ... | Binbin | 2022-01-23 | 1 | -41/+84 |
* | ACL V2 - Selectors and key based permissions (#9974) | Madelyn Olson | 2022-01-20 | 1 | -25/+37 |
* | Add command tips to COMMAND DOCS (#10104) | guybe7 | 2022-01-20 | 1 | -3/+8 |
* | Adding module api for processing commands during busy jobs and allow flagging... | perryitay | 2022-01-20 | 1 | -2/+88 |
* | New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ... | Oran Agra | 2022-01-18 | 1 | -3/+9 |