mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 11:11:20 +00:00
Use existing reply functions where possible
This commit is contained in:
@ -369,7 +369,7 @@ void sortCommand(redisClient *c) {
|
||||
* replaced. */
|
||||
server.dirty += 1+outputlen;
|
||||
touchWatchedKey(c->db,storekey);
|
||||
addReplySds(c,sdscatprintf(sdsempty(),":%d\r\n",outputlen));
|
||||
addReplyLongLong(c,outputlen);
|
||||
}
|
||||
|
||||
/* Cleanup */
|
||||
|
Reference in New Issue
Block a user