Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
415c4f61
Commit
415c4f61
authored
May 05, 2020
by
antirez
Browse files
Merge branch 'unstable' of github.com:/antirez/redis into unstable
parents
e49d9729
64347aaa
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server.h
View file @
415c4f61
...
@@ -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_* */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment