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
48b2915c
Unverified
Commit
48b2915c
authored
Jun 08, 2020
by
Salvatore Sanfilippo
Committed by
GitHub
Jun 08, 2020
Browse files
Merge pull request #7363 from xhebox/unstable
return the correct proto version
parents
254f06c1
7eba5c30
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
48b2915c
...
...
@@ -2527,7 +2527,7 @@ void helloCommand(client *c) {
addReplyBulkCString
(
c
,
REDIS_VERSION
);
addReplyBulkCString
(
c
,
"proto"
);
addReplyLongLong
(
c
,
3
);
addReplyLongLong
(
c
,
ver
);
addReplyBulkCString
(
c
,
"id"
);
addReplyLongLong
(
c
,
c
->
id
);
...
...
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