- 30 Sep, 2019 7 commits
-
-
antirez authored
Related to PR #6405
-
Madelyn Olson authored
-
Salvatore Sanfilippo authored
Added cluster host and protected mode variables to the create cluster script.
-
Salvatore Sanfilippo authored
Fix issue #6141: cluster rebalance does not support binary key
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Improve performance of RM_ReplyWithSimpleString and RM_ReplyWi…
-
- 27 Sep, 2019 11 commits
-
-
antirez authored
The correct way to access the module about a given IO context is to deference io->type->module, since io->ctx is only populated if the user requests an explicit context from an IO object.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
We don't want that the API could be used directly in an unsafe way, without checking if there is an active child. Now the safety checks are moved directly in the function performing the operations.
-
antirez authored
-
antirez authored
In theory currently there is only one active child, but the API may change or for bugs in the implementation we may have several (it was like that for years because of a bug). Better to wait for a specific pid and avoid consuing other pending children information.
-
antirez authored
-
antirez authored
We can't expect SIGUSR1 to have any specific value range, so let's define an exit code that we can handle in a special way. This also fixes an #include <wait.h> that is not standard.
-
Salvatore Sanfilippo authored
Module API for Forking
-
Salvatore Sanfilippo authored
-
- 26 Sep, 2019 7 commits
-
-
nikhilajayk authored
-
antirez authored
-
Oran Agra authored
And add a test for that.
-
antirez authored
Related to #6024.
-
Salvatore Sanfilippo authored
Adds a "Modules" section to `INFO`
-
Salvatore Sanfilippo authored
Allow modules to handle RDB loading errors.
-
Salvatore Sanfilippo authored
Add RedisModule_Assert() API call.
-
- 25 Sep, 2019 6 commits
-
-
filipecosta90 authored
-
Salvatore Sanfilippo authored
Add aarch64 uc_mcontext debug dump info
-
antirez authored
-
Salvatore Sanfilippo authored
DISCARD should not fail during OOM
-
Salvatore Sanfilippo authored
Seed SipHash with 128-bit key
-
antirez authored
-
- 23 Sep, 2019 9 commits
-
-
Mike A. Owens authored
SipHash expects a 128-bit key, and we were indeed generating 128-bits, but restricting them to hex characters 0-9a-f, effectively giving us only 4 bits-per-byte of key material, and 64 bits overall. Now, we skip the hex conversion and supply 128 bits of unfiltered random data.
-
filipecosta90 authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-