X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/2612e0521fde55db2c720092d4ad02a8f015f46e..d5870d7ac3c4618bca373137559cb7c03c66e17d:/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 */