Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-09 | Upgrade sds to latest version | antirez | |
SDS is now broken out of Redis into its own project, so include the latest version from the SDS repo. This is a backport of the Redis commit doing the same to the bundled hiredis: https://github.com/antirez/redis/commit/320fa02b9b48ee1c63d88db6344fc0d328e24853 | |||
2011-04-19 | Inline sdslen and sdsavail (thanks to @bitbckt) | Pieter Noordhuis | |
2011-01-27 | Avoid warnings with -Wstrict-prototypes | Pieter Noordhuis | |
2011-01-19 | Update string library | Pieter Noordhuis | |
2010-09-20 | Update sds code | Pieter Noordhuis | |
2010-05-25 | Constify the API and enable -Wwrite-strings | Pierre Riteau | |
The API is more similar to printf now. | |||
2010-05-18 | hiredis was extracted from redis-tools, reverted to standard malloc/free, ↵ | antirez | |
ported to the new protocol, and started as a stand alone project in order to support the need of a C client in the Redis community |