summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 5.0.7.5.0.7antirez2019-11-191-1/+1
* RED-31295 - redis: avoid race between dlopen and thread creationOran Agra2019-11-192-0/+17
* Cluster: fix memory leak of cached master.antirez2019-11-192-4/+9
* Fix usage of server.stream_node_max_*Guy Benoish2019-11-191-3/+3
* Update mkreleasehdr.sh喜欢兰花山丘2019-11-191-1/+1
* Remove additional space from comment.antirez2019-11-191-1/+1
* aof: fix assignment for aof_fsync_offsetYuan Zhou2019-11-191-1/+1
* Merge branch '5.0' of github.com:/antirez/redis into 5.0antirez2019-11-193-0/+11
|\
| * module documentation mismatches: loading and fork child for 5.0 branchOran Agra2019-11-193-0/+11
* | Rename var to fixed_time_expire now that is more general.antirez2019-11-194-8/+7
* | Fix patch provided in #6554.antirez2019-11-191-1/+8
* | expires & blocking: handle ready keys as call()zhaozhao.zz2019-11-191-0/+5
* | XADD with ID 0-0 stores an empty keyGuy Benoish2019-11-191-0/+8
* | fix unreported overflow in autogerenared stream IDsLoris Cro2019-11-191-10/+13
|/
* Modules: RM_GetContextFlags(): remove non Redis 5 features.antirez2019-11-141-3/+0
* Modules: fix moduleCreateArgvFromUserFormat() casting bug.antirez2019-11-141-1/+1
* module: fix propagation API bug.antirez2019-11-141-2/+2
* Modules: add new flags to context, replica state + more.antirez2019-11-142-1/+48
* Modules: RM_Call(): give pointer to documentation.antirez2019-11-141-1/+4
* Modules: RM_Call/Replicate() ability to exclude AOF/replicas.antirez2019-11-141-9/+28
* Modules: RM_Replicate() in thread safe contexts.antirez2019-11-141-4/+26
* Modules: implement RM_Replicate() from async callbacks.antirez2019-11-142-2/+33
* 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-251-1/+1
* 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
* | 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-055-16/+134
|/
* 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-151-1/+1