summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Modules: handle propagation when ctx is freed. Flag modules commands ctx.antirez2019-11-141-19/+23
* Update PR #6537: use a fresh time outside call().antirez2019-11-063-7/+27
* Update PR #6537 patch to for generality.antirez2019-11-064-23/+40
* expires: refactoring judgment about whether a key is expiredzhaozhao.zz2019-11-063-1/+3
* Modules: fix thread safe context creation crash.antirez2019-10-311-1/+1
* Redis 5.0.6.5.0.6antirez2019-09-252-1/+107
* RDB: fix MODULE_AUX loading by continuing to next opcode.antirez2019-09-251-0/+1
* missing per-skiplist overheads in MEMORY USAGEOran Agra2019-09-251-1/+3
* RM_Log - add support for logging without a context or context without moduleOran Agra2019-09-251-4/+6
* Cluster: abort loading nodes data if vars arguments are unbalanced.antirez2019-09-251-0/+1
* More strict checks and better comments in flushSlaveOutputBuffers().antirez2019-09-251-7/+18
* Improve comment in flushSlavesOutputBuffers().antirez2019-09-251-1/+2
* Replication: clarify why repl_put_online_on_ack exists at all.antirez2019-09-252-10/+34
* networking: flushSlavesOutputBuffers bugfixzhaozhao.zz2019-09-251-4/+2
* Merge pull request #6366 from oranagra/5.0_rm_reply_cstringSalvatore Sanfilippo2019-09-051-0/+1
|\
| * RM_ReplyWithCString was missing registrationOran Agra2019-09-051-0/+1
* | Merge pull request #6365 from oranagra/5.0_module_auxSalvatore Sanfilippo2019-09-059-18/+439
|\ \ | |/ |/|
| * Fix to module aux data rdb format for backwards compatibility with old check-rdbOran Agra2019-09-051-1/+9
| * Implement module api for aux data in rdbOran Agra2019-09-059-18/+431
|/
* redis-cli: always report server errors on read errors.antirez2019-09-041-1/+8
* Reduce the calling stackwubostc2019-07-311-3/+2
* Make EMBSTR case of #6261 more obvious.antirez2019-07-311-1/+1
* make memory usage consistent of robj with OBJ_ENCODING_INTchendianqiang2019-07-311-4/+9
* HyperLogLog: fix the fix of a corruption bug.antirez2019-07-311-2/+1
* Fix HLL corruption bugJohn Sully2019-07-301-0/+1
* Extend REDISMODULE_CTX_FLAGS to indicate if redis is currently loading from e...swilly222019-07-072-0/+5
* Uses addReplyBulkCStringItamar Haber2019-07-071-1/+1
* Adds RedisModule_ReplyWithCStringItamar Haber2019-07-072-0/+13
* Redis 5.0.55.0.5antirez2019-05-152-1/+226
* Typo fixes in CONTRIBUTINGChristian Zeller2019-05-151-2/+2
* Update CONTRIBUTING with present info.antirez2019-05-151-5/+15
* Narrow the effects of PR #6029 to the exact state.antirez2019-05-151-5/+17
* stop ping when client pausechendianqiang2019-05-151-1/+1
* Test: fix slowlog test false positive.antirez2019-05-141-1/+3
* Make comment in getClientOutputBufferMemoryUsage() describing the present.antirez2019-05-131-8/+1
* Do not active expire keys in the background when the switch is off.WuYunlong2019-05-131-4/+6
* delete sdsTest() from REDIS_TESTliaotonglang2019-05-131-2/+0
* test cases: skiptill -> skip-tillzhaozhao.zz2019-05-131-1/+1
* make replication tests more stable on slow machinesOran Agra2019-05-133-4/+34
* Add runtest-moduleapi with commandfilter coverage.Yossi Gottlieb2019-05-135-28/+63
* fix: missing initialization.Yossi Gottlieb2019-05-133-0/+1
* Test: disable module testing for now.antirez2019-05-131-1/+0
* CommandFilter API: REDISMODULE_CMDFILTER_NOSELF.Yossi Gottlieb2019-05-134-15/+62
* CommandFilter API: fix UnregisterCommandFilter.Yossi Gottlieb2019-05-131-3/+2
* CommandFilter API: Add unregister option.Yossi Gottlieb2019-05-134-32/+126
* CommandFilter API: Extend documentation.Yossi Gottlieb2019-05-131-5/+43
* CommandFilter API: hellofilter and tests.Yossi Gottlieb2019-05-132-5/+47
* CommandFilter API: Support Lua and RM_call() flows.Yossi Gottlieb2019-05-132-7/+18
* CommandFilter API: More cleanup.Yossi Gottlieb2019-05-132-29/+10
* Add command filter Module API tests.Yossi Gottlieb2019-05-132-0/+28