- 29 Dec, 2019 1 commit
-
-
antirez authored
This bug is from the first version of Redis. Probably the problem here is that before we used an SDS split function that created empty strings for additional spaces, like in "SET foo bar". AFAIK later we replaced it with the curretn sdssplitarg() API that has no such a problem. As a result, we introduced a bug, where it is no longer possible to do something like: SET foo "" Using the inline protocol. Now it is fixed.
-
- 20 Dec, 2019 1 commit
-
-
antirez authored
-
- 19 Dec, 2019 3 commits
-
-
Salvatore Sanfilippo authored
Wrap also propagate as multi
-
Salvatore Sanfilippo authored
scripting: flag lua_client as CLIENT_MULTI after redis.replicate_command() immediately
-
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 9 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
-