summaryrefslogtreecommitdiff
path: root/src/module.c
Commit message (Expand)AuthorAgeFilesLines
* Modules: adding a module type for key space notification (#8759)Hanna Fadida2021-04-191-0/+1
* Modules API docs: Sections and links (#8442)Viktor Söderqvist2021-04-141-56/+136
* Small doc fix for stream module API (#8757)Viktor Söderqvist2021-04-131-2/+2
* Revert "Fix: server will crash if rdbload or rdbsave method is not provided i...Oran Agra2021-04-131-15/+5
* Fix: server will crash if rdbload or rdbsave method is not provided in module...Bonsai2021-04-061-5/+15
* Added macros for RM_log logging levels (#4246)Dvir Volk2021-04-011-4/+4
* Fix SLOWLOG for blocked commands (#8632)Oran Agra2021-03-251-5/+0
* Properly initialize variable to make valgrind happy in checkChildrenDone(). R...Qu Chen2021-03-241-1/+1
* Add RM_GetAbsExpire/RM_SetAbsExpire for module. (#8564)chenyangyang2021-03-241-1/+31
* set module eviction context flag only in masters (#8631)Oran Agra2021-03-161-1/+1
* Missing EXEC on modules propagation after failed EVAL execution (#8654)guybe72021-03-151-1/+1
* Fix typo and outdated comments. (#8640)Huang Zhw2021-03-141-1/+1
* Fix some issues with modules and MULTI/EXEC (#8617)guybe72021-03-101-5/+22
* Cleanup ZADD_* flags (#8559)guybe72021-03-101-21/+16
* Fix edge-case when a module client is unblocked (#8618)guybe72021-03-081-0/+6
* Fix errors when loading RDB with missing modules. (#8579)Yossi Gottlieb2021-03-021-0/+6
* Module API for getting user name of a client (#8508)Bonsai2021-02-281-0/+23
* Shared reusable client for RM_Call() (#8516)Viktor Söderqvist2021-02-281-5/+29
* Adds INFO fields to track fork child progress (#8414)uriyage2021-02-161-5/+7
* Escape unsafe field name characters in INFO. (#8492)Yossi Gottlieb2021-02-151-2/+5
* Modules: In RM_HashSet, add COUNT_ALL flag and set errno (#8446)Viktor Söderqvist2021-02-151-11/+39
* Removed time sensitive checks from block on background tests. Fixed uninitial...filipe oliveira2021-02-101-0/+1
* RM_ZsetRem: Delete key if empty (#8453)Viktor Söderqvist2021-02-051-0/+2
* Enabled background and reply time tracking on blocked on keys/blocked on back...filipe oliveira2021-01-291-0/+51
* Modules: Add event for fork child birth and termination (#8289)guybe72021-01-281-0/+10
* Add modules API for streams (#8288)Viktor Söderqvist2021-01-281-74/+602
* More modules API ref formatting fixes (#8344)Viktor Söderqvist2021-01-201-175/+174
* Use FD_CLOEXEC in Sentinel, so that FDs don't leak to the scripts it runs (#8...Andy Pan2021-01-191-0/+5
* Rename non-API RM-prefixed functions to hide them from API docsViktor Söderqvist2021-01-151-18/+18
* Modules API reference formatting fixesViktor Söderqvist2021-01-151-244/+257
* Add support for client pause WRITE (#8170)Madelyn Olson2021-01-071-1/+4
* Report child copy-on-write info continuouslyYaacovHazan2021-01-071-1/+8
* Refactory fork child related infra, Unify child pidYaacovHazan2021-01-071-18/+9
* HELP subcommand, continued (#5531)Itamar Haber2021-01-041-4/+11
* Fix uninitialized variable in new errorstats commit (#8280)Oran Agra2021-01-031-0/+2
* Add errorstats info section, Add failed_calls and rejected_calls to commandst...filipe oliveira2020-12-311-14/+10
* Remove read-only flag from non-keyspace cmds, different approach for EXEC to ...Oran Agra2020-12-221-1/+1
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-131-3/+3
* Add module event for repl-diskless-load swapdb (#8153)Oran Agra2020-12-131-1/+15
* Modules: add defrag API support. (#8149)Yossi Gottlieb2020-12-131-3/+229
* Add module data-type support for COPY. (#8112)Yossi Gottlieb2020-12-091-3/+27
* Make sure we do not propagate nested MULTI/EXEC (#8097)guybe72020-12-061-22/+25
* Limit the main db and expires dictionaries to expand (#7954)Wang Yuan2020-12-061-1/+2
* Modules: Fix an integer sign bug in moduleTimerHandler (#8131)guybe72020-12-031-3/+7
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-171-0/+7
* Modules callbacks for lazy free effort, and unlink (#7912)chenyangyang2020-11-161-1/+41
* Invalidate aeTimer when returning AE_NOMORE (#8022)tzongw2020-11-111-1/+6
* Disable rehash when redis has child process (#8007)Wang Yuan2020-11-031-0/+1
* Modules: Improve timer accuracy (#7987)guybe72020-11-021-2/+14
* Minor improvements to module blocked on keys (#7903)guybe72020-10-121-8/+9