mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
Use existing reply functions where possible
This commit is contained in:
@ -930,7 +930,7 @@ void zcardCommand(redisClient *c) {
|
||||
checkType(c,o,REDIS_ZSET)) return;
|
||||
|
||||
zs = o->ptr;
|
||||
addReplyUlong(c,zs->zsl->length);
|
||||
addReplyLongLong(c,zs->zsl->length);
|
||||
}
|
||||
|
||||
void zscoreCommand(redisClient *c) {
|
||||
|
Reference in New Issue
Block a user