summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.0.2.6.0.2antirez2020-05-152-1/+180
* TLS: Fix test failures on recent Debian/Ubuntu.Yossi Gottlieb2020-05-151-20/+0
* TLS: Add crypto locks for older OpenSSL support.Yossi Gottlieb2020-05-151-0/+45
* NetBSD build update.David Carlier2020-05-153-1/+30
* Added a refcount on timer events to prevent deletion of recursive timer callsMadelyn Olson2020-05-152-0/+12
* Cache master without checking of deferred close flags.antirez2020-05-153-8/+11
* Track events processed while blocked globally.antirez2020-05-145-17/+32
* Some rework of #7234.antirez2020-05-144-65/+77
* fix redis 6.0 not freeing closed connections during loading.Oran Agra2020-05-143-58/+133
* Regression test for #7249.antirez2020-05-141-0/+22
* rax.c updated from upstream antirez/rax.antirez2020-05-141-2/+4
* Tracking: send eviction messages when evicting entries.antirez2020-05-142-12/+29
* fix unstable replication testOran Agra2020-05-141-2/+2
* Redis Benchmark: Fix coredump because of double freeShooterIT2020-05-091-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-081-2/+2
* Remove unreachable branch.Brad Dunbar2020-05-081-2/+0
* add jemalloc-bg-thread config in redis confhwware2020-05-081-0/+3
* add include guard for lolwut.hhwware2020-05-081-0/+6
* Don't propagate spurious MULTI on DEBUG LOADAOF.antirez2020-05-082-3/+6
* Dump recent backlog on master query generating errors.antirez2020-05-081-0/+29
* make struct user anonymous (only typedefed)Titouan Christophe2020-05-081-1/+1
* Test: --dont-clean should do first cleanup.antirez2020-05-081-5/+2
* Add --user argument to redis-benchmark.c (ACL)Benjamin Sergeant2020-05-081-2/+15
* Drop not needed part from #7194.antirez2020-05-081-1/+1
* Fix compiler warnings on function rev(unsigned long)Muhammad Zahalqa2020-05-081-3/+3
* Move CRC64 initialization in main().antirez2020-05-082-4/+1
* Fix CRC64 initialization outside the Redis server itself.antirez2020-05-081-0/+3
* Client Side Caching: Add Tracking Prefix Number Stats in Server Infohwware2020-05-083-0/+8
* Fix NetBSD build by fixing redis_set_thread_title() support.antirez2020-05-081-1/+4
* Rework a bit the documentation for CPU pinning.antirez2020-05-082-8/+18
* Support setcpuaffinity on linux/bsdzhenwei pi2020-05-0812-1/+180
* XPENDING should not update consumer's seen-timeGuy Benoish2020-05-084-20/+33
* optimize memory usage of deferred replies - fixedOran Agra2020-05-081-0/+29
* reformat codeDeliang Yang2020-05-081-1/+1
* add daily github actions with libc malloc and valgrindOran Agra2020-05-085-18/+106
* Redis 6.0.1.6.0.1antirez2020-05-022-1/+29
* Cast printf() argument to the format specifier.antirez2020-05-021-1/+3
* Revert "optimize memory usage of deferred replies"antirez2020-05-021-31/+0
* Save a call to stopThreadedIOIfNeeded() for the base case.antirez2020-05-021-3/+3
* Redis 6.0.0 GA.6.0.0antirez2020-04-302-1/+264
* 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
* 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-301-9/+12