- 06 May, 2019 8 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
Ubuntu authored
Now threads are stopped even when the connections drop immediately to zero, not allowing the networking code to detect the condition and stop the threads. serverCron() will handle that.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
This is just an experiment for now, there are a couple of race conditions, mostly harmless for the performance gain experiment that this commit represents so far. The general idea here is to take Redis single threaded and instead fan-out on expansive kernel calls: write(2) in this case, but the same concept could be easily implemented for read(2) and protcol parsing. However just threading writes like in this commit, is enough to evaluate if the approach is sounding.
-
- 02 May, 2019 1 commit
-
-
Salvatore Sanfilippo authored
fix: benchmark auth fails when server have requirepass
-
- 26 Apr, 2019 8 commits
-
-
Salvatore Sanfilippo authored
build fix
-
Salvatore Sanfilippo authored
Fix memleak in bitfieldCommand
-
Salvatore Sanfilippo authored
Fix stream interator start and end key initialize
-
Salvatore Sanfilippo authored
FIX: coredump in redis-benchmark
-
-
vattezhang authored
-
vattezhang authored
-
vattezhang authored
-
- 24 Apr, 2019 1 commit
-
-
git-hulk authored
-
- 15 Apr, 2019 2 commits
- 11 Apr, 2019 2 commits
-
-
James Rouzier authored
-
Salvatore Sanfilippo authored
Modules tests
-
- 10 Apr, 2019 2 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
slave corrupts replication stream when module blocked client uses large reply (or POSTPONED_ARRAY)
-
- 09 Apr, 2019 1 commit
-
-
yongman authored
-
- 08 Apr, 2019 3 commits
- 28 Mar, 2019 1 commit
-
-
David Carlier authored
-
- 24 Mar, 2019 3 commits
-
-
Oran Agra authored
when redis appends the blocked client reply list to the real client, it didn't bother to check if it is in fact the master client. so a slave executing that module command will send replies to the master, causing the master to send the slave error responses, which will mess up the replication offset (slave will advance it's replication offset, and the master does not)
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
- 22 Mar, 2019 3 commits
-
-
Salvatore Sanfilippo authored
Command Filtering API
-
Salvatore Sanfilippo authored
several bugfixes to diskless replication
-
Salvatore Sanfilippo authored
Added keyspace miss notifications support
-
- 21 Mar, 2019 5 commits
-
-
Dvir Volk authored
-
Oran Agra authored
-
Yossi Gottlieb authored
Add a flag to automatically protect filters from being called recursively by their own module.
-
Yossi Gottlieb authored
-
antirez authored
Related to #3829.
-