mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Merge branch 'unstable' of github.com:/antirez/redis into unstable
This commit is contained in:
@@ -732,7 +732,7 @@ typedef struct readyList {
|
||||
no AUTH is needed, and every
|
||||
connection is immediately
|
||||
authenticated. */
|
||||
typedef struct user {
|
||||
typedef struct {
|
||||
sds name; /* The username as an SDS string. */
|
||||
uint64_t flags; /* See USER_FLAG_* */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user