summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 5.0 RC3.5.0-rc3antirez2018-06-142-1/+10
* Rax library updated.antirez2018-06-142-10/+58
* Redis 5.0 RC2.5.0-rc2antirez2018-06-132-1/+148
* RDB: Apply fix to rdbLoadMillisecondTime() only for new RDB versions.antirez2018-06-131-5/+17
* Streams: generate a few additional events.antirez2018-06-131-1/+8
* Fix rdbSaveKeyValuePair() integer overflow.antirez2018-06-131-3/+2
* In scanDatabaseForReadyLists() now we need to handle ZSETs as well.antirez2018-06-131-4/+6
* RDB: store times consistently in little endian.antirez2018-06-131-0/+5
* Streams: improve type correctness in t_stream.c.antirez2018-06-131-12/+12
* Fix XGROUP help missing space.antirez2018-06-131-1/+1
* fix typoBaoyi Chen2018-06-131-2/+2
* Security: fix redis-cli buffer overflow.antirez2018-06-131-11/+16
* Security: fix Lua struct package offset handling.antirez2018-06-131-2/+6
* Security: more cmsgpack fixes by @soloestoy.antirez2018-06-131-0/+7
* Security: update Lua struct package for security.antirez2018-06-131-23/+23
* Security: fix Lua cmsgpack library stack overflow.antirez2018-06-131-0/+3
* Regression test for issue #5006.antirez2018-06-121-0/+16
* fix active-defrag-threshold value errorShen Longxing2018-06-121-4/+6
* Streams: fix backward iteration when entry is not flagged SAMEFIELD.antirez2018-06-121-1/+6
* Streams: increment dirty counter for XGROUP SETID/DESTROY.antirez2018-06-121-0/+2
* Use a less aggressive query buffer resize policy.antirez2018-06-121-6/+7
* Fix client unblocking for XREADGROUP, issue #4978.antirez2018-06-121-6/+6
* Improved regression test for #4906.antirez2018-06-121-29/+37
* Regression test for the dictScan() issue #4906.antirez2018-06-121-0/+38
* Streams: checkType for xread & xinfozhaozhao.zz2018-06-121-6/+3
* Streams: lookupKey[Read->Write]OrReply in xdel and xtrimzhaozhao.zz2018-06-121-2/+2
* Abort in XGROUP if the key is not a streammichael-grunder2018-06-121-1/+1
* fix integer case errorshenlongxing2018-06-121-1/+1
* Implement DEBUG htstats-key.antirez2018-06-122-0/+31
* redis-cli inline help updated.antirez2018-06-121-6/+107
* Add the stream group to the script generating the help.antirez2018-06-121-1/+2
* fix stream config typoshenlongxing2018-06-121-1/+1
* Streams: better document the max node limits.antirez2018-06-121-1/+4
* Typo: entires -> entries in several places.antirez2018-06-123-7/+7
* Streams: make macro node limits configurable.antirez2018-06-121-0/+14
* Streams: max node limits only checked if non zero.antirez2018-06-121-2/+4
* Streams: use non static macro node limits.antirez2018-06-124-2/+28
* Fix write() errno errorshenlongxing2018-06-123-5/+6
* Return early in XPENDING if sent a nonexistent consumer group.michael-grunder2018-06-121-1/+3
* Typo in preprocessor conditionKrzysztof Filipek2018-06-121-1/+1
* RDB: expand dict if needed when rdb load objectzhaozhao.zz2018-06-121-0/+6
* adjust position of _dictNextPower in dictExpandzhaozhao.zz2018-06-121-3/+3
* zset: change the span of zskiplistNode to unsigned longzhaozhao.zz2018-06-121-2/+2
* zset: fix the int problemzhaozhao.zz2018-06-122-10/+14
* Fix streamIteratorRemoveEntry() to update elements count.antirez2018-06-061-0/+3
* ZPOP: invert score-ele to match ZRANGE WITHSCORES order.antirez2018-06-052-26/+26
* Remove XINFO <key> special form.antirez2018-06-051-13/+8
* XGROUP SETID implemented + consumer groups core fixes.antirez2018-06-041-8/+40
* Clean gcc 7.x warnings, redis-cli cluster fix.Yossi Gottlieb2018-06-044-30/+33
* XGROUP DESTROY implemented.antirez2018-06-041-2/+8