Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of redis#411 - redis:backwards-compatibility-macros, r=badboy
fix: Remove backwards compatibility macro's Closes redis#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`.
- Loading branch information