summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cluster: refactor ping/data delay handling.cluster-data-as-pongantirez2020-05-081-11/+13
* Custer: introduce data_received field.antirez2020-05-082-10/+27
* stringmatchlen() should not expect null terminated strings.antirez2020-05-061-2/+2
* Merge pull request #7201 from braddunbar/stringmatchlenSalvatore Sanfilippo2020-05-061-2/+0
|\
| * Remove unreachable branch.Brad Dunbar2020-05-051-2/+0
* | Merge pull request #7207 from hwware/redisconffixxSalvatore Sanfilippo2020-05-061-0/+3
|\ \
| * | add jemalloc-bg-thread config in redis confhwware2020-05-061-0/+3
* | | Merge pull request #7206 from hwware/lolwutmarcofixSalvatore Sanfilippo2020-05-061-0/+6
|\ \ \ | |/ / |/| |
| * | add include guard for lolwut.hhwware2020-05-051-0/+6
|/ /
* | Merge pull request #7175 from bsergean/bsergean-patch-1Salvatore Sanfilippo2020-05-051-6/+19
|\ \ | |/ |/|
| * Update redis-cli.cBenjamin Sergeant2020-05-011-6/+19
* | Don't propagate spurious MULTI on DEBUG LOADAOF.antirez2020-05-052-3/+6
* | Dump recent backlog on master query generating errors.antirez2020-05-051-0/+29
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-05-051-1/+1
|\ \
| * \ 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