mirror of https://mirror.osredm.com/root/redis.git
Merge branch 'unstable' of github.com:/antirez/redis into unstable
This commit is contained in:
commit
415c4f613c
|
@ -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_* */
|
||||
|
||||
|
|
Loading…
Reference in New Issue