- 24 Apr, 2020 1 commit
- 
- 
omg-by authoredwhen trigger a always fail scripts, sentinel.running_scripts will increase ten times, however it only decrease one times onretry the maximum. and it will't reset, when it become SENTINEL_SCRIPT_MAX_RUNNING, sentinel don't trigger scripts. 
 
- 
- 17 Apr, 2020 4 commits
- 
- 
antirez authored
- 
Oran Agra authoredthis test is time sensitive and it sometimes fail to pass below the latency threshold, even on strong machines. this test was the reson we're running just 2 parallel tests in the github actions CI, revering this. 
- 
Jamie Scott authoredWhile playing with ACLs I noticed that acllog-max-len wasn't in the redis.conf, but was a supported config. This PR documents and adds the directive to the redis.conf file. 
- 
antirez authoredSee issue #7105. 
 
- 
- 16 Apr, 2020 3 commits
- 15 Apr, 2020 17 commits
- 
- 
antirez authoredFixes issue #6418. 
- 
antirez authoredFixes issue #6418. 
- 
liumiuyong authored
- 
Guy Benoish authored
- 
antirez authored
- 
hwware authored
- 
antirez authored
- 
hayleeliu authored
- 
antirez authored
- 
antirez authoredStreams items are similar to dictionaries, however they preserve both the order, and allow for duplicated field names. So a map is not a semantically sounding way to deal with this. https://twitter.com/antirez/status/1248261087553880069 
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authoredRelated to #3243. 
- 
antirez authored
- 
antirez authoredReloading of the RDB generated by DEBUG POPULATE 5000000 SAVE is now 25% faster. This commit also prepares the ability to have more flexibility when loading stuff from the RDB, since we no longer use dbAdd() but can control exactly how things are added in the database.
- 
antirez authoredSee #7071. 
 
- 
- 08 Apr, 2020 1 commit
- 
- 
antirez authored
 
- 
- 07 Apr, 2020 14 commits
- 
- 
mymilkbottles authored
- 
antirez authoredRelated to #5145. Design note: clients may change type when they turn into replicas or are moved into the Pub/Sub category and so forth. Moreover the recomputation of the bytes used is problematic for obvious reasons: it changes continuously, so as a conservative way to avoid accumulating errors, each client remembers the contribution it gave to the sum, and removes it when it is freed or before updating it with the new memory usage. 
- 
qetu3790 authoredfix comments about RESIZE DB opcode in rdb.c 
- 
antirez authored
- 
zhaozhao.zz authoredDelete keys in async way when executing DEL command, if lazyfree-lazy-user-del is yes. 
- 
antirez authored
- 
antirez authoredInitially they needed to be at the end so that we could extend to N strings in the future, but after further consideration I no longer believe it's worth it. 
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authored
 
-