Age | Commit message (Expand) | Author |
---|---|---|
2011-02-04 | Use select(2) for enforce a timeout on blocking connect(2) | Pieter Noordhuis |
2010-12-02 | Redis command getting executed is PING, PONG is actually the expected answer | Amir Mohammad Saied |
2010-11-02 | Change error reporting to have an explicit type | Pieter Noordhuis |
2010-10-31 | Update example.c to work with current code | Pieter Noordhuis |
2010-10-06 | Make error messages more consistent (e.g. no newline) | Pieter Noordhuis |
2010-10-06 | c->error is no longer a redisReply object, but rather a plain C-string | Pieter Noordhuis |
2010-09-24 | Rename fd to the more appropriate c | Pieter Noordhuis |
2010-09-24 | Use context variable to keep state for a connection | Pieter Noordhuis |
2010-05-18 | more stuff into example | antirez |
2010-05-18 | better example and license information | antirez |
2010-05-18 | new newline needed after commands | antirez |
2010-05-18 | hiredis was extracted from redis-tools, reverted to standard malloc/free, por... | antirez |