summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #5562 from soloestoy/memory-usage-more-accurateSalvatore Sanfilippo2018-11-281-6/+7
|\ \ \
| * | | MEMORY command: make USAGE more accuratezhaozhao.zz2018-11-291-6/+7
| |/ /
* | | Merge pull request #5594 from yongman/fix-rediscli-fixcoverageSalvatore Sanfilippo2018-11-281-5/+29
|\ \ \
| * | | fix typoyongman2018-11-231-1/+1
| * | | Fix choose a random master node for slot assignmentyongman2018-11-231-5/+29
* | | | Merge pull request #5572 from Weiliang-Li/patch3-utilSalvatore Sanfilippo2018-11-281-1/+1
|\ \ \ \
| * | | | fix comment typo in util.cWeiliang Li2018-11-151-1/+1
| | |/ / | |/| |
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-11-286-13/+198
|\ \ \ \
| * \ \ \ Merge pull request #5597 from lamby/clarify-socket-creation-error-messageSalvatore Sanfilippo2018-11-281-1/+1
| |\ \ \ \
| | * | | | Clarify the "Creating Server TCP listening socket" error.Chris Lamb2018-11-231-1/+1
| | | |/ / | | |/| |
| * | | | Merge pull request #5598 from lamby/dont-treat-unsupported-protocols-as-fatal...Salvatore Sanfilippo2018-11-281-0/+4
| |\ \ \ \
| | * | | | Don't treat unsupported protocols as fatal errorsChris Lamb2018-11-231-0/+4
| | |/ / /
| * | | | Merge pull request #5599 from devnexen/backtrace_support_on_bsdSalvatore Sanfilippo2018-11-283-3/+170
| |\ \ \ \
| | * | | | OpenBSD support.David Carlier2018-11-253-1/+74
| | * | | | Backtrace/register dump on BSD.David Carlier2018-11-253-3/+97
| | |/ / /
| * | | | Merge pull request #4737 from guybe7/zlexcount_fixSalvatore Sanfilippo2018-11-282-9/+23
| |\ \ \ \
| | * | | | Don't call sdscmp() with shared.maxstring or shared.minstringGuy Benoish2018-03-062-9/+23
* | | | | | Add unit test for stream XCLAIM command.Qu Chen2018-11-281-0/+48
|/ / / / /
* | | | | Abort instead of crashing when loading bad stream master key.antirez2018-11-281-0/+3
| |/ / / |/| | |
* | | | Merge pull request #5553 from devnexen/dflybsd_build_fixSalvatore Sanfilippo2018-11-222-1/+6
|\ \ \ \
| * | | | DragonFlyBSD little build fixDavid Carlier2018-11-112-1/+6
| | |/ / | |/| |
* | | | Merge pull request #5590 from yongman/fix-cluster-fix-commandSalvatore Sanfilippo2018-11-221-0/+1
|\ \ \ \
| * | | | skip slave nodes when sending cluster setslot commandyongman2018-11-211-0/+1
|/ / / /
* | | | Merge pull request #5579 from yongman/fix-rediscli-pointer-accessSalvatore Sanfilippo2018-11-201-3/+6
|\ \ \ \
| * | | | Fix pointer access and memory leak in redis-cli.yongman2018-11-161-3/+6
| |/ / /
* | | | Test: regression test for #5570.antirez2018-11-191-0/+15
* | | | Stream: fix XREADGROUP history reading of deleted messages.antirez2018-11-191-1/+1
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-11-192-0/+7
|\ \ \ \ | |/ / /
| * | | Merge pull request #5507 from devnexen/clang_build_fix_warningsSalvatore Sanfilippo2018-11-082-0/+7
| |\ \ \
| | * | | only FreeBSD change/little warning addressingDavid Carlier2018-11-082-4/+7
| | * | | Merge branch 'clang_build_fix_warnings' of https://github.com/devnexen/redis ...David Carlier2018-10-310-0/+0
| | |\ \ \
| | | * | | allow flavorsDavid Carlier2018-10-301-1/+1
| | * | | | tweak form feedbackDavid Carlier2018-10-311-1/+1
| | * | | | allow flavorsDavid Carlier2018-10-301-1/+1
| | |/ / /
| | * | | Fix clang build.David Carlier2018-10-301-1/+5
* | | | | Test: regression test for #5577.antirez2018-11-191-0/+24
* | | | | Streams: fix XREADGROUP history reading when CG last_id is low.antirez2018-11-191-9/+12
* | | | | t_stream.c comment resized to 80 cols.antirez2018-11-191-1/+2
|/ / / /
* | | | Fix cluster-replica-no-failover option name.antirez2018-11-071-1/+1
* | | | MEMORY command: make strcasecmp() conditional like the following.antirez2018-11-061-2/+1
* | | | Merge pull request #4526 from itamarhaber/memory_helpSalvatore Sanfilippo2018-11-061-14/+13
|\ \ \ \
| * | | | Uppercases subcommands in OBJECT HELPItamar Haber2017-12-151-4/+4
| * | | | Uppercases subcommands in MEMORY HELPItamar Haber2017-12-151-5/+5
| * | | | Standardizes `MEMORY HELP` subcommandItamar Haber2017-12-101-14/+13
* | | | | Merge pull request #5526 from valentino-redislabs/init-server-hzSalvatore Sanfilippo2018-11-061-1/+1
|\ \ \ \ \
| * | | | | fix short period of server.hz being uninitializedvalentino2018-11-051-1/+1
* | | | | | Merge pull request #5520 from itamarhaber/latency_helpSalvatore Sanfilippo2018-11-061-2/+14
|\ \ \ \ \ \
| * | | | | | Adds HELP to LATENCYItamar Haber2018-11-021-2/+14
* | | | | | | Merge pull request #5529 from yongman/fix-rediscli-mallocSalvatore Sanfilippo2018-11-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix malloc in clusterManagerComputeReshardTableyongman2018-11-061-1/+1