summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge pull request #7200 from titouanc/fix-redis6-uclibcSalvatore Sanfilippo2020-05-051-1/+1
| |\ \ \ \
| | * | | | make struct user anonymous (only typedefed)Titouan Christophe2020-05-051-1/+1
| |/ / / /
* | | | | Test: --dont-clean should do first cleanup.antirez2020-05-051-5/+2
|/ / / /
* | | | Merge pull request #7197 from bsergean/patch-1Salvatore Sanfilippo2020-05-051-2/+15
|\ \ \ \
| * | | | Add --user argument to redis-benchmark.c (ACL)Benjamin Sergeant2020-05-041-2/+15
| | |/ / | |/| |
* | | | Drop not needed part from #7194.antirez2020-05-051-1/+1
* | | | Merge pull request #7194 from tryfinally/dev-reverse-bitsSalvatore Sanfilippo2020-05-051-3/+3
|\ \ \ \
| * | | | Fix compiler warnings on function rev(unsigned long)Muhammad Zahalqa2020-05-041-3/+3
| |/ / /
* | | | Move CRC64 initialization in main().antirez2020-05-052-4/+1
* | | | Fix CRC64 initialization outside the Redis server itself.antirez2020-05-051-0/+3
|/ / /
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-05-043-0/+8
|\ \ \
| * \ \ 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