X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/2612e0521fde55db2c720092d4ad02a8f015f46e..21cda08b3bfa4a38a30e47e60139049b87bfb360:/deps/hiredis/example.c diff --git a/deps/hiredis/example.c b/deps/hiredis/example.c index 676814a2..2506f39c 100644 --- a/deps/hiredis/example.c +++ b/deps/hiredis/example.c @@ -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 */