Naposledy aktivní 1729596893

knox revidoval tento gist 1729596893. Přejít na revizi

1 file changed, 4 insertions

Redis-readme-3.c(vytvořil soubor)

@@ -0,0 +1,4 @@
1 + void 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 + }
Novější Starší