summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #7192 from hwware/trackingprefixSalvatore Sanfilippo2020-05-043-0/+8
| |\ \
| | * | Client Side Caching: Add Tracking Prefix Number Stats in Server Infohwware2020-05-023-0/+8
| | |/
* | | Fix NetBSD build by fixing redis_set_thread_title() support.antirez2020-05-041-1/+4
|/ /
* | Rework a bit the documentation for CPU pinning.antirez2020-05-042-8/+18
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-05-0420-40/+349
|\ \
| * \ Merge pull request #7179 from bytedance/cpu-affinitySalvatore Sanfilippo2020-05-0412-1/+180
| |\ \
| | * | Support setcpuaffinity on linux/bsdzhenwei pi2020-05-0212-1/+180
| | |/
| * | Merge pull request #7190 from guybe7/fix_consumer_seen_timeSalvatore Sanfilippo2020-05-044-20/+33
| |\ \
| | * | XPENDING should not update consumer's seen-timeGuy Benoish2020-05-044-20/+33
| | |/
| * | Merge pull request #7176 from oranagra/fix-optimize-reply-bufferSalvatore Sanfilippo2020-05-041-0/+29
| |\ \
| | * | optimize memory usage of deferred replies - fixedOran Agra2020-05-021-0/+29
| | |/
| * | Merge pull request #7191 from deliangyang/patch-1Salvatore Sanfilippo2020-05-041-1/+1
| |\ \
| | * | reformat codeDeliang Yang2020-05-041-1/+1
| | |/
| * | Merge pull request #7184 from oranagra/nightly-actionsSalvatore Sanfilippo2020-05-045-18/+106
| |\ \ | | |/ | |/|
| | * add daily github actions with libc malloc and valgrindOran Agra2020-05-045-18/+106
| |/
* | Cast printf() argument to the format specifier.antirez2020-05-021-1/+3
|/
* Revert "optimize memory usage of deferred replies"antirez2020-05-011-31/+0
* Save a call to stopThreadedIOIfNeeded() for the base case.antirez2020-05-011-3/+3
* Update help.h again before Redis 6 GA.antirez2020-04-301-12/+17
* redis-cli: fix hints with subcommands.antirez2020-04-301-1/+2
* redis-cli command help updated.antirez2020-04-301-25/+165
* Merge pull request #4838 from soloestoy/lazyfree-evictionSalvatore Sanfilippo2020-04-301-13/+18
|\
| * lazyfree & eviction: record latency generated by lazyfree evictionzhaozhao.zz2020-04-301-13/+18
* | MIGRATE AUTH2 for ACL support.antirez2020-04-301-5/+19
* | CLIENT KILL USER <username>.antirez2020-04-301-0/+11
* | Fix tracking table max keys option in redis.conf.antirez2020-04-291-9/+12
* | redis-cli: safer cluster fix with unreachalbe masters.antirez2020-04-291-1/+26
* | redis-cli: simplify cluster nodes coverage display.antirez2020-04-291-17/+10
|/
* redis-cli: try to make clusterManagerFixOpenSlot() more readable.antirez2020-04-291-6/+25
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-291-4/+8
|\
| * Merge pull request #7161 from guybe7/xinfo_full_countSalvatore Sanfilippo2020-04-281-4/+8
| |\
| | * XINFO STREAM FULL should have a default COUNT of 10Guy Benoish2020-04-281-4/+8
| |/
* | Comment clearly why we moved some code in #6623.antirez2020-04-291-1/+4
* | fix pipelined WAIT performance issue.srzhao2020-04-291-13/+13
|/
* Fix create-cluster BIN_PATH.antirez2020-04-281-1/+1
* Merge pull request #7134 from guybe7/xstate_commandSalvatore Sanfilippo2020-04-282-34/+226
|\
| * Extend XINFO STREAM outputGuy Benoish2020-04-282-34/+226
* | Merge pull request #7101 from hwware/fixunusedmarcoSalvatore Sanfilippo2020-04-281-1/+1
|\ \
| * | Fix not used marco in cluster.chwware2020-04-151-1/+1
* | | Merge pull request #6942 from itamarhaber/clustrutil-binpathSalvatore Sanfilippo2020-04-281-6/+8
|\ \ \
| * | | Update create-clusterItamar Haber2020-02-281-1/+1
| * | | Adds `BIN_PATH` to create-clusterItamar Haber2020-02-281-6/+8
* | | | Merge pull request #7160 from oranagra/refix-get_decoded_objectSalvatore Sanfilippo2020-04-281-4/+4
|\ \ \ \
| * | | | hickup, re-fix dictEncObjKeyCompareOran Agra2020-04-281-4/+4
|/ / / /
* | | | Merge pull request #7155 from oranagra/psync2_tests_raceSalvatore Sanfilippo2020-04-283-1/+15
|\ \ \ \
| * | | | fix loading race in psync2 testsOran Agra2020-04-283-1/+15
|/ / / /
* | | | Rework comment in dictEncObjKeyCompare().antirez2020-04-271-9/+8
* | | | Merge pull request #7152 from oranagra/dict_find_static_robjSalvatore Sanfilippo2020-04-271-4/+9
|\ \ \ \
| * | | | allow dictFind using static robjOran Agra2020-04-271-4/+9
|/ / / /
* | | | Merge pull request #7148 from madolson/unstable-crcSalvatore Sanfilippo2020-04-277-156/+465
|\ \ \ \