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
hiredis
Commits
ab30060a
Commit
ab30060a
authored
Jan 31, 2024
by
git-hulk
Committed by
Michael Grunder
Jan 31, 2024
Browse files
Fix review comments
parent
5b253d89
Changes
2
Hide whitespace changes
Inline
Side-by-side
hiredis.c
View file @
ab30060a
...
...
@@ -217,7 +217,6 @@ static void *createIntegerObject(const redisReadTask *task, long long value) {
parent
->
type
==
REDIS_REPLY_MAP
||
parent
->
type
==
REDIS_REPLY_ATTR
||
parent
->
type
==
REDIS_REPLY_SET
||
parent
->
type
==
REDIS_REPLY_SET
||
parent
->
type
==
REDIS_REPLY_PUSH
);
parent
->
element
[
task
->
idx
]
=
r
;
}
...
...
read.c
View file @
ab30060a
...
...
@@ -646,7 +646,7 @@ static int processItem(redisReader *r) {
return
processBulkItem
(
r
);
case
REDIS_REPLY_ARRAY
:
case
REDIS_REPLY_MAP
:
case
REDIS_REPLY_ATTR
:
case
REDIS_REPLY_ATTR
:
case
REDIS_REPLY_SET
:
case
REDIS_REPLY_PUSH
:
return
processAggregateItem
(
r
);
...
...
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