summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Streams: show last id for streams and groupszhaozhao.zz2018-07-161-2/+6
|/ / /
* | | Merge pull request #5120 from andrewsensus/leap-year-comment-patch-1Salvatore Sanfilippo2018-07-131-1/+1
|\ \ \
| * | | update leap year commentandrewsensus2018-07-131-1/+1
* | | | Test: XDEL fuzz testing. Remove and check stage.antirez2018-07-131-0/+15
* | | | Test: fix lshuffle by providing the "K" combinator.antirez2018-07-131-0/+2
* | | | Test: add lshuffle in the Tcl utility functions set.antirez2018-07-131-0/+14
* | | | Test: XDEL fuzz testing, stream creation.antirez2018-07-131-0/+20
|/ / /
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-07-133-2/+12
|\ \ \
| * \ \ Merge pull request #5119 from trevor211/fixSlowlogConfigSalvatore Sanfilippo2018-07-133-2/+12
| |\ \ \
| | * | | Fix config set slowlog-log-slower-than and condition in createLatencyReportWuYunlong2018-07-132-2/+2
| | * | | Add test in slowlog.tclWuYunlong2018-07-131-0/+10
* | | | | Test: XDEL basic test.antirez2018-07-131-0/+12
|/ / / /
* | | | Cluster Manager: more checks on --cluster-weight option.artix2018-07-131-2/+12
* | | | Redis-trib deprecated: it no longer works and itartix2018-07-131-1804/+103
* | | | Cluster Manager: auth support (-a argument).artix2018-07-131-19/+41
|/ / /
* | | Merge pull request #5115 from shenlongxing/patch-1Salvatore Sanfilippo2018-07-121-6/+2
|\ \ \
| * | | Delete unused role checking.Shen Longxing2018-07-121-6/+2
|/ / /
* | | Merge pull request #4820 from charpty/wip-serverc-simplifySalvatore Sanfilippo2018-07-121-1/+0
|\ \ \
| * | | Remove unnecessary return statementscharpty2018-04-061-1/+0
* | | | Add regression test for #5111.antirez2018-07-121-0/+15
* | | | Streams: when re-delivering because of SETID, reset deliveries counter.antirez2018-07-121-2/+2
* | | | Simplify duplicated NACK #5112 fix.antirez2018-07-121-21/+18
* | | | Merge pull request #5112 from 0xtonyxia/fix-xreadgroup-crash-after-setidSalvatore Sanfilippo2018-07-121-15/+20
|\ \ \ \
| * | | | Streams: fix xreadgroup crash after xgroup SETID is sent.dejun.xdj2018-07-101-15/+20
* | | | | Merge pull request #5114 from oranagra/defrag_32Salvatore Sanfilippo2018-07-111-2/+2
|\ \ \ \ \
| * | | | | Active defrag fixes for 32bit builds (again)Oran Agra2018-07-111-2/+2
|/ / / / /
* | | | | Merge pull request #4967 from JingchengLi/unstableSalvatore Sanfilippo2018-07-101-7/+12
|\ \ \ \ \
| * | | | | fix repeat argument issue and reduce unnessary loop times for redis-cli.tengfeng2018-07-101-7/+12
|/ / / / /
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-07-106-15/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #5095 from 0xtonyxia/fix-indentationSalvatore Sanfilippo2018-07-092-14/+14
| |\ \ \ \
| | * | | | Fix indentation.dejun.xdj2018-07-042-14/+14
| * | | | | Bugfix: PEL is incorrect when consumer is blocked using xreadgroup with NOACK...dejun.xdj2018-07-094-1/+6
* | | | | | Streams: fix typo "consumer".antirez2018-07-101-1/+1
* | | | | | Streams: fix new XREADGROUP sync logic.antirez2018-07-101-3/+13
* | | | | | Streams: make blocking for > a truly special case.antirez2018-07-101-4/+29
* | | | | | Streams: send an error to consumers blocked on non-existing group.antirez2018-07-101-1/+5
* | | | | | Streams: fix unblocking logic into a consumer group.antirez2018-07-101-14/+24
|/ / / / /
* | | | | redis-cli: fix #4990 additional argument in help.antirez2018-07-091-0/+1
* | | | | redis-cli: fix #5096 double error message.antirez2018-07-091-1/+1
* | | | | redis-cli: cliConnect() flags CC_FORCE and CC_QUIET.antirez2018-07-091-13/+23
* | | | | fixing broken link in CONTRIBUTINGAmit Dey2018-07-091-1/+1
* | | | | CLIENT UNBLOCK: fix client unblock help message.dejun.xdj2018-07-091-1/+1
* | | | | fix whitespace in redis-cli.cminkikim892018-07-091-362/+362
* | | | | fix compile warning in addReplySubcommandSyntaxErrorWuYunlong2018-07-091-1/+1
* | | | | Use nolocks_localtime() for safer logging.localtimeantirez2018-07-042-2/+8
* | | | | Cache timezone and daylight active flag for safer logging.antirez2018-07-042-1/+14
* | | | | Localtime: clarify is_leap_year() working with comments.antirez2018-07-041-4/+4
* | | | | Localtime: fix comment about leap year.antirez2018-07-041-1/+1
* | | | | Localtime: fix daylight saving adjustment. Use * not +.antirez2018-07-041-1/+1
* | | | | Localtime: fix daylight time documentation and computation.antirez2018-07-041-4/+14