ACL LOG: make max log entries configurable.

This commit is contained in:
antirez
2020-02-04 13:19:40 +01:00
parent ea1e1b12c9
commit 51c1a9f8fb
4 changed files with 19 additions and 0 deletions

View File

@@ -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;