summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* RDB: Apply fix to rdbLoadMillisecondTime() only for new RDB versions.antirez2018-06-121-5/+17
* Streams: generate a few additional events.antirez2018-06-121-1/+8
* Fix rdbSaveKeyValuePair() integer overflow.antirez2018-06-121-3/+2
* In scanDatabaseForReadyLists() now we need to handle ZSETs as well.antirez2018-06-121-4/+6
* RDB: store times consistently in little endian.antirez2018-06-121-0/+5
* Streams: improve type correctness in t_stream.c.antirez2018-06-121-12/+12
* Fix XGROUP help missing space.antirez2018-06-121-1/+1
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-06-121-4/+6
|\
| * Merge pull request #5012 from shenlongxing/fix-configSalvatore Sanfilippo2018-06-121-4/+6
| |\
| | * 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
|/ /
* | Merge pull request #5007 from leonchen83/patch-2Salvatore Sanfilippo2018-06-121-2/+2
|\ \
| * | fix typoBaoyi Chen2018-06-121-2/+2
* | | Streams: increment dirty counter for XGROUP SETID/DESTROY.antirez2018-06-121-0/+2
|/ /
* | Use a less aggressive query buffer resize policy.antirez2018-06-111-6/+7
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-06-111-1/+1
|\ \
| * \ Merge pull request #5000 from shenlongxing/fix-configSalvatore Sanfilippo2018-06-111-1/+1
| |\ \ | | |/
| | * fix integer case errorshenlongxing2018-06-091-1/+1
* | | Fix client unblocking for XREADGROUP, issue #4978.antirez2018-06-111-6/+6
|/ /
* | Merge pull request #5002 from soloestoy/streams-read-or-writeSalvatore Sanfilippo2018-06-111-2/+2
|\ \
| * | Streams: lookupKey[Read->Write]OrReply in xdel and xtrimzhaozhao.zz2018-06-111-2/+2
| |/
* | Merge pull request #4901 from KFilipek/zmalloc_typo_fixSalvatore Sanfilippo2018-06-111-1/+1
|\ \
| * | Typo in preprocessor conditionKrzysztof Filipek2018-05-061-1/+1
* | | Merge pull request #5003 from soloestoy/streams-checkTypeSalvatore Sanfilippo2018-06-111-6/+3
|\ \ \
| * | | Streams: checkType for xread & xinfozhaozhao.zz2018-06-111-6/+3
| | |/ | |/|
* | | Abort in XGROUP if the key is not a streammichael-grunder2018-06-101-1/+1
|/ /
* | Merge pull request #4519 from soloestoy/zset-int-problemSalvatore Sanfilippo2018-06-082-12/+16
|\ \
| * | zset: change the span of zskiplistNode to unsigned longzhaozhao.zz2017-12-081-2/+2
| * | zset: fix the int problemzhaozhao.zz2017-12-082-10/+14
* | | Merge pull request #4800 from soloestoy/dict-expandSalvatore Sanfilippo2018-06-081-3/+3
|\ \ \
| * | | adjust position of _dictNextPower in dictExpandzhaozhao.zz2018-03-291-3/+3
* | | | Merge pull request #4861 from soloestoy/rdb-dict-expandSalvatore Sanfilippo2018-06-081-0/+6
|\ \ \ \
| * | | | RDB: expand dict if needed when rdb load objectzhaozhao.zz2018-04-221-0/+6
* | | | | Implement DEBUG htstats-key.antirez2018-06-082-0/+31
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-06-081-1/+3
|\ \ \ \ \
| * \ \ \ \ Merge pull request #4977 from michael-grunder/xpending-early-returnSalvatore Sanfilippo2018-06-071-1/+3
| |\ \ \ \ \
| | * | | | | Return early in XPENDING if sent a nonexistent consumer group.michael-grunder2018-06-021-1/+3
* | | | | | | redis-cli inline help updated.antirez2018-06-071-6/+107
|/ / / / / /
* | | | | | Typo: entires -> entries in several places.antirez2018-06-073-7/+7
* | | | | | Streams: make macro node limits configurable.antirez2018-06-071-0/+14
* | | | | | Streams: max node limits only checked if non zero.antirez2018-06-071-2/+4
* | | | | | Streams: use non static macro node limits.antirez2018-06-073-2/+20
* | | | | | Fix write() errno errorshenlongxing2018-06-063-5/+6
* | | | | | Fix streamIteratorRemoveEntry() to update elements count.antirez2018-06-061-0/+3
* | | | | | ZPOP: invert score-ele to match ZRANGE WITHSCORES order.antirez2018-06-051-1/+1
* | | | | | Remove XINFO <key> special form.antirez2018-06-051-13/+8
* | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-06-044-30/+33
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #4981 from yossigo/gcc7Salvatore Sanfilippo2018-06-044-30/+33
| |\ \ \ \ \ \
| | * | | | | | Clean gcc 7.x warnings, redis-cli cluster fix.Yossi Gottlieb2018-06-034-30/+33
| | |/ / / / /
* | | | | | | XGROUP SETID implemented + consumer groups core fixes.antirez2018-06-041-8/+40