mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
@@ -2758,7 +2758,7 @@ NULL
|
||||
}
|
||||
}
|
||||
|
||||
/* HELLO [protocol-version] [AUTH <user> <password>] [SETNAME <name>] */
|
||||
/* HELLO [<protocol-version> [AUTH <user> <password>] [SETNAME <name>] ] */
|
||||
void helloCommand(client *c) {
|
||||
long long ver = 0;
|
||||
int next_arg = 1;
|
||||
|
||||
Reference in New Issue
Block a user