- 19 Dec, 2019 1 commit
-
-
Salvatore Sanfilippo authored
Better systemd integration v2
-
- 18 Dec, 2019 8 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
Add config and module API for AvoidReplicaTraffic
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Add a new SET option KEEPTTL and fix issue #5256
-
zhaozhao.zz authored
-
zhaozhao.zz authored
-
- 17 Dec, 2019 13 commits
-
-
Salvatore Sanfilippo authored
Add module APIs for custom authentication
-
antirez authored
-
Salvatore Sanfilippo authored
Add configuration option for allowing reads on cluster down
-
Madelyn Olson authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
- 16 Dec, 2019 4 commits
-
-
Salvatore Sanfilippo authored
Fix outdated information on max memory policies
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
init server.hz early to avoid div by 0 during config file loading
-
- 13 Dec, 2019 1 commit
-
-
antirez authored
-
- 12 Dec, 2019 10 commits
-
-
Salvatore Sanfilippo authored
Improve RM_ModuleTypeReplaceValue() API.
-
Yossi Gottlieb authored
With the previous API, a NULL return value was ambiguous and could represent either an old value of NULL or an error condition. The new API returns a status code and allows the old value to be returned by-reference. This commit also includes test coverage based on tests/modules/datatype.c which did not exist at the time of the original commit.
-
Oran Agra authored
since the refactory of config.c, it was initialized from config_hz in initServer but apparently that's too late since the config file loading creates objects which call LRU_CLOCK
-
Salvatore Sanfilippo authored
Add no-slowlog to acl command to prevent passwords
-
antirez authored
-
Salvatore Sanfilippo authored
Omits `ACL SETUSER` from redis-cli's history
-
antirez authored
-
Salvatore Sanfilippo authored
Modules must have execute permissions to load
-
Salvatore Sanfilippo authored
-
Oran Agra authored
This is useful to tell redis and modules to try to avoid doing things that may increment the replication offset, and should be used when draining a master and waiting for replicas to be in perfect sync before a failover.
-
- 11 Dec, 2019 3 commits
-
-
Salvatore Sanfilippo authored
fix leak in RM_LoadDataTypeFromString, and save
-
Oran Agra authored
-
antirez authored
-