summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-05-091-1/+1
|\
| * Merge pull request #7204 from ShooterIT/benchmark-fixSalvatore Sanfilippo2020-05-081-1/+1
| |\
| | * Redis Benchmark: Fix coredump because of double freeShooterIT2020-05-051-1/+1
* | | Cluster: clarify we always resolve the sender.antirez2020-05-091-1/+3
* | | Cluster: refactor ping/data delay handling.antirez2020-05-091-11/+13
* | | Cluster: introduce data_received field.antirez2020-05-092-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
* | | 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
* | | make struct user anonymous (only typedefed)Titouan Christophe2020-05-051-1/+1
* | | 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-041-1/+1
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-05-0415-39/+269
|\ \
| * \ Merge pull request #7179 from bytedance/cpu-affinitySalvatore Sanfilippo2020-05-0410-1/+161
| |\ \
| | * | Support setcpuaffinity on linux/bsdzhenwei pi2020-05-0210-1/+161
| | |/
| * | 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
| | |/
| * | add daily github actions with libc malloc and valgrindOran Agra2020-05-042-17/+45
| |/
* | 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
* | 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