Commit 415c4f61 authored by antirez's avatar antirez
Browse files

Merge branch 'unstable' of github.com:/antirez/redis into unstable

parents e49d9729 64347aaa
...@@ -732,7 +732,7 @@ typedef struct readyList { ...@@ -732,7 +732,7 @@ typedef struct readyList {
no AUTH is needed, and every no AUTH is needed, and every
connection is immediately connection is immediately
authenticated. */ authenticated. */
typedef struct user { typedef struct {
sds name; /* The username as an SDS string. */ sds name; /* The username as an SDS string. */
uint64_t flags; /* See USER_FLAG_* */ uint64_t flags; /* See USER_FLAG_* */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment