mirror of
https://github.com/fluencelabs/redis
synced 2025-07-31 16:31:58 +00:00
ACL LOG: make max log entries configurable.
This commit is contained in:
@@ -1385,6 +1385,7 @@ struct redisServer {
|
||||
dict *latency_events;
|
||||
/* ACLs */
|
||||
char *acl_filename; /* ACL Users file. NULL if not configured. */
|
||||
unsigned long acllog_max_len; /* Maximum length of the ACL LOG list. */
|
||||
/* Assert & bug reporting */
|
||||
const char *assert_failed;
|
||||
const char *assert_file;
|
||||
|
Reference in New Issue
Block a user