]> git.saurik.com Git - redis.git/blobdiff - src/t_hash.c
Use specialized function to add status and error replies
[redis.git] / src / t_hash.c
index 5745f88c39b9fd135812521dc72324c9485139b1..5cef1cabbcd86addfd6133fcbd2c6261e2750ae5 100644 (file)
@@ -249,7 +249,7 @@ void hmsetCommand(redisClient *c) {
     robj *o;
 
     if ((c->argc % 2) == 1) {
-        addReplySds(c,sdsnew("-ERR wrong number of arguments for HMSET\r\n"));
+        addReplyError(c,"wrong number of arguments for HMSET");
         return;
     }