summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modules hooks: for nested calls, create new fake clients.module-hooksantirez2019-10-231-4/+18
* Modules hooks: don't call the hook for fake clients.antirez2019-10-231-3/+7
* Modules hooks: do not re-enter in hooks.antirez2019-10-231-1/+5
* Modules hooks: select the right DB for FLUSHDB events.antirez2019-10-231-0/+3
* Modules hooks: FLUSHDB event example.antirez2019-10-232-0/+29
* Modules hooks: implement the FLUSHDB event.antirez2019-10-233-2/+18
* Modules hooks: unify structures definitions.antirez2019-10-232-25/+42
* Modules hooks: document what yet to implement WIP 2.antirez2019-10-221-15/+60
* Modules hooks: document what yet to implement WIP 1.antirez2019-10-222-8/+79
* Modules hooks: do more in example client callback.antirez2019-10-221-1/+6
* Module hooks: fixes and an example module.antirez2019-10-224-2/+70
* Modules hooks: fix sub event in calls from client change.antirez2019-10-221-1/+4
* Modules hooks: fix define / linker issues. Implement one test event.antirez2019-10-224-37/+42
* Modules hooks: handle module unloading + API export.antirez2019-10-223-5/+25
* Modules hooks: fix a leak and a few more issues.antirez2019-10-221-22/+10
* Modules hooks: event firing logic.antirez2019-10-212-19/+88
* Modules: refactoring of RM_GetClientInfoById().antirez2019-10-211-30/+40
* Modules: fix RedisModule_GetClientInfoById() example.antirez2019-10-211-1/+1
* Modules: export GetClientInfoById().antirez2019-10-212-0/+3
* Modules: add the client ID to the client info structure.antirez2019-10-211-0/+8
* Modules: RM_GetClientInfoById() draft.antirez2019-10-212-0/+90
* Modules hooks: a first version of events and some API.antirez2019-10-212-7/+120
* Modules hooks: initial design of data structures.antirez2019-10-181-1/+41
* module: fix propagation API bug.antirez2019-10-171-2/+2
* Modules: allow to check for AOF loading client.antirez2019-10-174-3/+19
* Modules: add new flags to context, replica state + more.antirez2019-10-172-1/+48
* Merge pull request #6236 from yossigo/poc/connsSalvatore Sanfilippo2019-10-1656-785/+3452
|\
| * Fix Makefile merge issue.Yossi Gottlieb2019-10-161-1/+1
| * Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-1661-423/+2626
| |\ | |/ |/|
* | Merge pull request #5926 from JimB123/unstableSalvatore Sanfilippo2019-10-161-0/+17
|\ \
| * | Addition of OnUnload functionJim Brunner2019-03-131-0/+17
* | | Test: fix implementation-dependent test after code change.antirez2019-10-101-2/+2
* | | Merge pull request #6429 from charsyam/feature/typo-slaveSalvatore Sanfilippo2019-10-101-2/+2
|\ \ \
| * | | fix type salves to slavescharsyam2019-10-071-2/+2
* | | | Merge pull request #6437 from OMG-By/redis-omg_bySalvatore Sanfilippo2019-10-101-1/+1
|\ \ \ \
| * | | | there should is AUTH && HELLO non authenticated state.omg-by2019-10-101-1/+1
* | | | | Merge pull request #6443 from guybe7/fix_stream_rax_node_limitsSalvatore Sanfilippo2019-10-101-3/+3
|\ \ \ \ \
| * | | | | Fix usage of server.stream_node_max_*Guy Benoish2019-10-101-3/+3
* | | | | | Merge pull request #6145 from oranagra/jemalloc_purge_bgSalvatore Sanfilippo2019-10-109-17/+135
|\ \ \ \ \ \
| * | | | | | trim the double implementation of jemalloc purgeOran Agra2019-10-041-16/+4
| * | | | | | Merge remote-tracking branch 'antirez/unstable' into jemalloc_purge_bgOran Agra2019-10-04104-1533/+6833
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | RED-31295 - redis: avoid race between dlopen and thread creationOran Agra2019-10-022-4/+12
| * | | | | | make redis purge jemalloc after flush, and enable background purging threadOran Agra2019-06-027-0/+124
| * | | | | | Jemalloc: Avoid blocking on background thread lock for stats.Oran Agra2019-06-021-1/+7
* | | | | | | Merge pull request #6438 from daidaotong/unstableSalvatore Sanfilippo2019-10-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | update typoDaniel Dai2019-10-091-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-10-101-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #6430 from jaamison/jj/unstableSalvatore Sanfilippo2019-10-081-1/+1
| |\ \ \ \ \ \
| | * | | | | | stream.h: fix typoJamison Judge2019-10-071-1/+1
* | | | | | | | Cluster: fix memory leak of cached master.antirez2019-10-102-4/+9
|/ / / / / / /