Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-20 | fix: Remove backwards compatibility macro's | Jan-Erik Rediger | |
Closes #296 BREAKING CHANGE: This removes the redisReplyReader* functions, which are already replaced by redisReader* functions. It renames `redisReplyReaderSetPrivdata`, `redisReplyReaderGetObject` and `redisReplyReaderGetError` to `redisReaderSetPrivdata`, `redisReaderGetObject` and `redisReaderGetError`. | |||
2015-10-28 | fixing typos | charsyam | |
2015-01-05 | Refactor reading code into read.c | tzickel | |
Makes hiredis reading functions easier to include in external projects [fixed all merge conflicts against current version] Closes #249 |