Update hiredis to 0.9.2

This commit is contained in:
Pieter Noordhuis
2010-12-16 23:32:02 +01:00
parent c4e93cadfb
commit 71b6f64f2a
16 changed files with 678 additions and 173 deletions

View 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 */