kmx git
login
register
thodg
/
libgit2
/
src/backends/hiredis.c
src/backends/hiredis.c
Log
Author
Commit
Date
CI
Message
43a0bc01
2011-05-19T15:17:06
backends/hiredis.c: Move to new error handling mechanism
098173c5
2011-05-13T04:17:24
Check Redis replies for NULL
5868cd02
2011-04-08T03:28:38
Do not assert error codes on Hiredis backend We cannot assume that Redis is never going to return an error code; when Reddit fails, we cannot crash our library, we need to handle the crash gracefully. Signed-off-by: Vicent Marti <tanoku@gmail.com>
8a64bc29
2011-04-03T21:43:51
redis backend