Ultima attività 1729596893

Revisione 38bebef3fe81fd8958551757ab7ed39bc57baea3

Redis-readme-3.c Raw
1void foobarCommand(client *c) {
2 printf("%s",c->argv[1]->ptr); /* Do something with the argument. */
3 addReply(c,shared.ok); /* Reply something to the client. */
4}