summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Redis Benchmark: generate random test dataShooterIT2020-05-221-1/+12
* Redis-Benchmark: avoid potentical memmory leakinghwware2020-05-221-1/+1
* Handle keys with hash tag when computing hash slot using tcl cluster client.WuYunlong2020-05-221-2/+23
* Add a test to prove current tcl cluster client can not handle keys with hash ...WuYunlong2020-05-221-1/+7
* Use dictSize to get the size of dict in dict.cShooterIT2020-05-221-2/+2
* Converge hash validation for adding and removingMadelyn Olson2020-05-221-14/+21
* do not handle --cluster-yes for cluster fix modeBenjamin Sergeant2020-05-221-7/+16
* fix typo ...Benjamin Sergeant2020-05-221-1/+1
* Redis-cli 6.0.1 `--cluster-yes` doesn't work (fix #7246)Benjamin Sergeant2020-05-221-1/+5
* fix valgrind test failure in replication testOran Agra2020-05-221-1/+1
* add regression test for the race in #7205Oran Agra2020-05-221-0/+52
* Improve the PSYNC2 test reliability.antirez2020-05-221-15/+33
* Redis 6.0.3.6.0.3antirez2020-05-162-1/+9
* Remove the client from CLOSE_ASAP list before caching the master.antirez2020-05-162-12/+12
* 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