Fix review comments
This commit is contained in:
parent
5b253d89c7
commit
ab30060a6e
@ -217,7 +217,6 @@ static void *createIntegerObject(const redisReadTask *task, long long value) {
|
|||||||
parent->type == REDIS_REPLY_MAP ||
|
parent->type == REDIS_REPLY_MAP ||
|
||||||
parent->type == REDIS_REPLY_ATTR ||
|
parent->type == REDIS_REPLY_ATTR ||
|
||||||
parent->type == REDIS_REPLY_SET ||
|
parent->type == REDIS_REPLY_SET ||
|
||||||
parent->type == REDIS_REPLY_SET ||
|
|
||||||
parent->type == REDIS_REPLY_PUSH);
|
parent->type == REDIS_REPLY_PUSH);
|
||||||
parent->element[task->idx] = r;
|
parent->element[task->idx] = r;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user