- 05 Mar, 2020 2 commits
- 19 Nov, 2019 1 commit
-
-
Oran Agra authored
loading flag was missing from docs, and fork chidl indicator was removed from the code but left int he doc and header, re-adding it to the doc together with the missing function that was needed for it to work.
-
- 14 Nov, 2019 9 commits
- 31 Oct, 2019 1 commit
-
-
antirez authored
See #6525, this likely creates a NULL deference if the client was terminated by Redis between the creation of the blocked client and the creation of the thread safe context.
-
- 25 Sep, 2019 1 commit
-
-
Oran Agra authored
for instance detached thread safe contexts, or various callbacks that don't provide a context.
-
- 05 Sep, 2019 2 commits
-
- 07 Jul, 2019 3 commits
-
-
swilly22 authored
-
Itamar Haber authored
Signed-off-by:
Itamar Haber <itamar@redislabs.com>
-
Itamar Haber authored
Signed-off-by:
Itamar Haber <itamar@redislabs.com>
-
- 13 May, 2019 10 commits
-
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
Add a flag to automatically protect filters from being called recursively by their own module.
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
A filter handle is returned and can be used to unregister a filter. In the future it can also be used to further configure or manipulate the filter. Filters are now automatically unregistered when a module unloads.
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
- 10 May, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 10 Apr, 2019 2 commits
-
-
antirez authored
-
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)
-
- 14 Mar, 2019 8 commits
-
-
antirez authored
-
Guy Benoish authored
In some cases processMultibulkBuffer uses sdsMakeRoomFor to expand the querybuf, but later in some cases it uses that query buffer as is for an argv element (see "Optimization"), which means that the sds in argv may have a lot of wasted space, and then in case modules keep that argv RedisString inside their data structure, this space waste will remain for long (until restarted from rdb).
-
Guy Benoish authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Based on ideas and code in PR #5560 by @MeirShpilraien.
-