summaryrefslogtreecommitdiff
path: root/example.c
AgeCommit message (Expand)Author
2010-12-02Redis command getting executed is PING, PONG is actually the expected answerAmir Mohammad Saied
2010-11-02Change error reporting to have an explicit typePieter Noordhuis
2010-10-31Update example.c to work with current codePieter Noordhuis
2010-10-06Make error messages more consistent (e.g. no newline)Pieter Noordhuis
2010-10-06c->error is no longer a redisReply object, but rather a plain C-stringPieter Noordhuis
2010-09-24Rename fd to the more appropriate cPieter Noordhuis
2010-09-24Use context variable to keep state for a connectionPieter Noordhuis
2010-05-18more stuff into exampleantirez
2010-05-18better example and license informationantirez
2010-05-18new newline needed after commandsantirez
2010-05-18hiredis was extracted from redis-tools, reverted to standard malloc/free, por...antirez