summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Module hooks: fixes and an example module.antirez2019-10-234-2/+70
* Modules hooks: fix sub event in calls from client change.antirez2019-10-231-1/+4
* Modules hooks: fix define / linker issues. Implement one test event.antirez2019-10-234-37/+42
* Modules hooks: handle module unloading + API export.antirez2019-10-233-5/+25
* Modules hooks: fix a leak and a few more issues.antirez2019-10-231-22/+10
* Modules hooks: event firing logic.antirez2019-10-232-19/+88
* Modules: refactoring of RM_GetClientInfoById().antirez2019-10-231-30/+40
* Modules: fix RedisModule_GetClientInfoById() example.antirez2019-10-231-1/+1
* Modules: export GetClientInfoById().antirez2019-10-232-0/+3
* Modules: add the client ID to the client info structure.antirez2019-10-231-0/+8
* Modules: RM_GetClientInfoById() draft.antirez2019-10-232-0/+90
* Modules hooks: a first version of events and some API.antirez2019-10-232-7/+120
* Modules hooks: initial design of data structures.antirez2019-10-231-1/+41
* Modules: fix moduleCreateArgvFromUserFormat() casting bug.antirez2019-10-231-1/+1
* 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
|/ / / / / / /
* | | | | | | Merge pull request #6427 from oranagra/static-analyzerSalvatore Sanfilippo2019-10-085-22/+24
|\ \ \ \ \ \ \
| * | | | | | | fix issues found by a static analyzerOran Agra2019-10-075-22/+24
| | |_|_|/ / / | |/| | | | |
* | | | | | | Geo: output 10 chars of geohash, not 11.antirez2019-10-082-5/+5
| |/ / / / / |/| | | | |
* | | | | | LOLWUT: version 6: change text message & credits.antirez2019-10-071-4/+6
* | | | | | LOLWUT: version 6: give credits.antirez2019-10-071-0/+5
* | | | | | LOLWUT: version 6: improve rithm of the image.antirez2019-10-071-16/+24
* | | | | | LOLWUT: version 6 initial output. May change a bit.antirez2019-10-074-13/+33
* | | | | | LOLWUT: version 6 initial concept.antirez2019-10-072-5/+95
|/ / / / /
* | | | | LOLWUT: ability to specify VERSION <ver> option.antirez2019-10-041-3/+15