summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6495 from oranagra/rm_call_argvSalvatore Sanfilippo2019-10-292-2/+5
|\
| * Module api tests for RM_CallOran Agra2019-10-282-2/+5
* | Modules: Allow notifying custom keyspace eventsGuy Benoish2019-10-282-0/+30
* | LOLWUT 6: always pick a default color sequence.antirez2019-10-281-0/+1
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-10-288-11/+90
|\ \ | |/
| * Merge pull request #6496 from oranagra/module_tests_valgrindSalvatore Sanfilippo2019-10-281-1/+5
| |\
| | * Make module tests pass with valgrind, and fix a leak in diskless loadOran Agra2019-10-241-1/+5
| * | Merge pull request #6498 from oranagra/rm_latency_add_sampleSalvatore Sanfilippo2019-10-284-2/+13
| |\ \
| | * | Module API for LatencyAddSampleOran Agra2019-10-244-2/+13
| | |/
| * | Merge pull request #4761 from WJWH/minor-typosSalvatore Sanfilippo2019-10-283-5/+5
| |\ \
| | * \ Merge branch 'unstable' into minor-typosWander Hillen2019-10-25101-6174/+27478
| | |\ \
| | * | | More typosWander Hillen2018-03-162-2/+2
| | * | | Fix typos, add some periodsWander Hillen2018-03-161-4/+4
| * | | | Merge pull request #6502 from happynote3966/typo-fixSalvatore Sanfilippo2019-10-281-1/+1
| |\ \ \ \
| | * | | | fix comment typo in redis-cli.chappynote39662019-10-251-1/+1
| | | |/ / | | |/| |
| * | | | Merge pull request #6505 from swilly22/replaywith-module-API-additionsSalvatore Sanfilippo2019-10-282-1/+54
| |\ \ \ \
| | * | | | Introduce ReplyWithVerbatimString, ReplyWithEmptyArray, ReplyWithNullArray an...swilly222019-10-282-1/+54
| | |/ / /
| * | | | Modules: make unloading module more safezhaozhao.zz2019-10-282-1/+12
| |/ / /
* | | | Remove trailing space from server.c.antirez2019-10-241-1/+1
|/ / /
* | | Modules hooks: test flush event.antirez2019-10-241-0/+2
* | | Modules hooks: select DB zero by default.antirez2019-10-231-0/+5
* | | Modules hooks: fix memory leak in example module.antirez2019-10-231-0/+1
* | | Modules hooks: for nested calls, create new fake clients.antirez2019-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-231-15/+60
* | | Modules hooks: document what yet to implement WIP 1.antirez2019-10-232-8/+79
* | | Modules hooks: do more in example client callback.antirez2019-10-231-1/+6
* | | 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
* | Fix Makefile merge issue.Yossi Gottlieb2019-10-161-1/+1