- 17 Dec, 2019 4 commits
-
-
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
-
- 11 Dec, 2019 5 commits
-
-
Salvatore Sanfilippo authored
fix leak in RM_LoadDataTypeFromString, and save
-
Oran Agra authored
-
antirez authored
-
antirez authored
This message is there for ten years, but is hardly useful. Moreover it is likely that it will fill an entire disk if log ratation is not configured, for no good reasons.
-
antirez authored
-
- 09 Dec, 2019 4 commits
-
-
Michael Chaten authored
-
antirez authored
-
Salvatore Sanfilippo authored
Add ULL suffix to CLIENT_TRACKING flag to prevent sign extension
-
Oran Agra authored
the code in: c->flags &= ~(CLIENT_TRACKING|CLIENT_TRACKING_BROKEN_REDIR); will do sign extension and turn on all the high 31 bits no damage so far since we don't have any yet
-
- 06 Dec, 2019 1 commit
-
-
Michael Chaten authored
-
- 05 Dec, 2019 3 commits
-
-
Salvatore Sanfilippo authored
Fix memcpy of id from key to be slightly safer.
-
Eran Liberty authored
+ memcpy(&id,ri.key,sizeof(id)); The memcpy from the key to the id reliease on the fact that this key *should* be 8 bytes long as it was entered as such a few lines up the code. BUT if someone will change the code to the point this is no longer true, current code can trash the stack which makes debugging very hard while this fix will result in some garbage id, or even page fault. Both are preferable to stack mangaling.
-
antirez authored
-
- 03 Dec, 2019 2 commits
- 02 Dec, 2019 7 commits
-
-
Salvatore Sanfilippo authored
fix crash in module short read test
-
Oran Agra authored
-
antirez authored
-
Salvatore Sanfilippo authored
Getting region date per process in Darwin
-
Salvatore Sanfilippo authored
Additional config.c refractory and bugfixes
-
Salvatore Sanfilippo authored
update leap year comment when div by 400
-
Salvatore Sanfilippo authored
Added the missed macro definition in slowlog.h
-