mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
ACL: add a reference to the user in each client.
This commit is contained in:
@ -119,6 +119,7 @@ client *createClient(int fd) {
|
||||
c->argc = 0;
|
||||
c->argv = NULL;
|
||||
c->cmd = c->lastcmd = NULL;
|
||||
c->user = ACLGetUserByName("default",7);
|
||||
c->multibulklen = 0;
|
||||
c->bulklen = -1;
|
||||
c->sentlen = 0;
|
||||
|
Reference in New Issue
Block a user