summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update PR #6537: use a fresh time outside call().fix-expires-6537antirez2019-11-063-7/+27
* Update PR #6537 patch to for generality.antirez2019-11-054-19/+34
* expires: refactoring judgment about whether a key is expiredzhaozhao.zz2019-11-053-1/+3
* Modules: fix thread safe context creation crash.antirez2019-10-311-1/+1
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-10-318-5/+179
|\
| * Merge pull request #6487 from oranagra/module_modified_keySalvatore Sanfilippo2019-10-292-1/+24
| |\
| | * Module API for explicit SignalModifiedKey instead of implicit one.Oran Agra2019-10-282-1/+24
| * | Merge pull request #6470 from gkorland/CISalvatore Sanfilippo2019-10-291-0/+28
| |\ \
| | * | add CI actionGuy Korland2019-10-203-30/+28
| | * | Merge branch 'unstable' of github.com:antirez/redis into unstableGuy Korland2019-10-20163-2589/+12176
| | |\ \
| | * | | Update config.ymlGuy Korland2019-03-151-5/+0
| | * | | Update pull.ymlGuy Korland2019-03-151-0/+9
| | * | | Update config.ymlGuy Korland2019-03-151-1/+1
| | * | | add pull appGuy Korland2019-03-151-0/+5
| | * | | add CIGuy Korland2019-03-151-0/+21
| * | | | Merge pull request #6508 from guybe7/fix_module_notify_comp_errorSalvatore Sanfilippo2019-10-291-0/+3
| |\ \ \ \
| | * | | | Fix compilation error introduced by cee6dead3Guy Benoish2019-10-281-0/+3
| * | | | | Merge pull request #6495 from oranagra/rm_call_argvSalvatore Sanfilippo2019-10-297-4/+94
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Module api tests for RM_CallOran Agra2019-10-287-4/+94
| | | |_|/ | | |/| |
| * | | | Merge pull request #6481 from guybe7/modules_notifySalvatore Sanfilippo2019-10-282-0/+30
| |\ \ \ \
| | * | | | Modules: Allow notifying custom keyspace eventsGuy Benoish2019-10-282-0/+30
| |/ / / /
* | | | | Modules: block on keys: fix stale comment.module-block-on-keysantirez2019-10-311-2/+3
* | | | | Modules: block on keys: finish implementing RM_UnblockClient().antirez2019-10-311-5/+14
* | | | | Modules: block ok keys: improve example.antirez2019-10-311-0/+8
* | | | | Modules: block on keys: fix bugs in processing order.antirez2019-10-312-0/+23
* | | | | Modules: block on keys: fix the top comments.antirez2019-10-311-18/+23
* | | | | Modules: block on keys: use a better interface.antirez2019-10-315-45/+65
* | | | | Modules: remove spurious call from moduleHandleBlockedClients().antirez2019-10-311-1/+0
* | | | | Modules: block on keys: example on hellotype.c.antirez2019-10-311-0/+68
* | | | | Modules: block on keys: implement the internals.antirez2019-10-303-8/+78
* | | | | Modules: block on keys: export APIs.antirez2019-10-302-0/+15
* | | | | Modules: block on keys functions layout and mechanism.antirez2019-10-301-17/+104
|/ / / /
* | | | LOLWUT 6: always pick a default color sequence.antirez2019-10-281-0/+1
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-10-2813-66/+139
|\ \ \ \ | |/ / /
| * | | Merge pull request #6496 from oranagra/module_tests_valgrindSalvatore Sanfilippo2019-10-284-28/+36
| |\ \ \
| | * | | Make module tests pass with valgrind, and fix a leak in diskless loadOran Agra2019-10-244-28/+36
| | | |/ | | |/|
| * | | Merge pull request #6493 from yossigo/modules-make-cleanupSalvatore Sanfilippo2019-10-281-24/+15
| |\ \ \
| | * | | Modules: improve tests Makefile.Yossi Gottlieb2019-10-241-24/+15
| * | | | 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-25535-33017/+80610
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | 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 #6503 from cstrotm/unstableSalvatore Sanfilippo2019-10-281-4/+3
| |\ \ \ \ \
| | * | | | | Typo fix: kill -> stillCarsten Strotmann2019-10-251-4/+3
| | |/ / / /
| * | | | | 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
| | |/ / / /