]> git.saurik.com Git - redis.git/blobdiff - deps/hiredis/example.c
Update hiredis to 0.9.2
[redis.git] / deps / hiredis / example.c
index 676814a2ef7aab19fad1a6fe7ff34938fd98d1a6..2506f39cd7be5225b0a23e4ff95b1c50a308061d 100644 (file)
@@ -17,7 +17,7 @@ int main(void) {
 
     /* PING server */
     reply = redisCommand(c,"PING");
-    printf("PONG: %s\n", reply->str);
+    printf("PING: %s\n", reply->str);
     freeReplyObject(reply);
 
     /* Set a key */