antirez
|
c180bc7d98
Regression test for PSYNC2 issue #3899 added.
|
7 years ago |
antirez
|
469d6e2b37
PSYNC2: fix master cleanup when caching it.
|
7 years ago |
antirez
|
c861e1e1ee
Defrag: test currently disabled, too many false positives.
|
7 years ago |
antirez
|
a17390853d
Defrag: fix test false positive.
|
7 years ago |
oranagra
|
0fb5c4ebd8
add test for active defrag
|
7 years ago |
antirez
|
e3b8492e83
Revert "Jemalloc updated to 4.4.0."
|
7 years ago |
antirez
|
238cebdd5e
Check event loop creation return value. Fix #3951.
|
7 years ago |
Salvatore Sanfilippo
|
3773c06d28
Merge pull request #3950 from kensou97/unstable
|
7 years ago |
antirez
|
7d9dd80db3
Fix getKeysUsingCommandTable() in cluster mode.
|
7 years ago |
antirez
|
189a12afb4
PSYNC2: discard pending transactions from cached master.
|
7 years ago |
antirez
|
22be435efe
Fix PSYNC2 incomplete command bug as described in #3899.
|
7 years ago |
Salvatore Sanfilippo
|
27fe8e9fb2
Merge pull request #3945 from badboy/dicthash-bench-compile
|
7 years ago |
antirez
|
02d02a3754
Fix #3848 by closing the descriptor on error.
|
7 years ago |
antirez
|
8b7b4d6734
Merge branch 'unstable' of github.com:/antirez/redis into unstable
|
7 years ago |
antirez
|
da2f9cd186
Fix descriptor leak. Close #3848.
|
7 years ago |
Salvatore Sanfilippo
|
332a05dc33
Merge pull request #3856 from viennadd/issue-3847
|
7 years ago |
张文康
|
5f88bd320e
update block->free after some diff data are written to the child process
|
7 years ago |
antirez
|
c33493277a
Clarify why we save ziplist elements in revserse order.
|
7 years ago |
Salvatore Sanfilippo
|
0a942f1751
Merge pull request #3949 from spinlock/unstable-rdb-encoding
|
7 years ago |
Jan-Erik Rediger
|
c4ad4765b0
Reorder to make dict-benchmark compile on Linux
|
7 years ago |
spinlock
|
23ec36909e
rdb: saving skiplist in reversed order to accelerate the deserialisation process
|
7 years ago |
antirez
|
271733f4f8
Cluster: discard pong times in the future.
|
7 years ago |
antirez
|
3f068b92b9
Test: fix, hopefully, false PSYNC failure like in issue #2715.
|
7 years ago |
antirez
|
02777bb252
Cluster: always add PFAIL nodes at end of gossip section.
|
7 years ago |
antirez
|
8c829d9e43
Cluster: fix gossip section ping/pong times encoding.
|
7 years ago |
antirez
|
6878a3fedd
Cluster: add clean-logs command to create-cluster script.
|
7 years ago |
antirez
|
8f7bf2841a
Cluster: decrease ping/pong traffic by trusting other nodes reports.
|
7 years ago |
antirez
|
c5d6f577f0
Cluster: collect more specific bus messages stats.
|
7 years ago |
Itamar Haber
|
b8286d1fc9
Changes command stats iteration to being dict-based
|
7 years ago |
antirez
|
104584b95e
Fix typo in feedReplicationBacklog() top comment.
|
7 years ago |