Age | Commit message (Expand) | Author |
---|---|---|
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 |