mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Use specialized function to add multi bulk reply length
This commit is contained in:
@ -617,6 +617,7 @@ void addReplySds(redisClient *c, sds s);
|
||||
void addReplyDouble(redisClient *c, double d);
|
||||
void addReplyLongLong(redisClient *c, long long ll);
|
||||
void addReplyUlong(redisClient *c, unsigned long ul);
|
||||
void addReplyMultiBulkLen(redisClient *c, long length);
|
||||
void *dupClientReplyValue(void *o);
|
||||
|
||||
/* List data type */
|
||||
|
Reference in New Issue
Block a user