Commit 5868cd02b7ff21f848b64ead3d7b0aa62155046e

Vicent Marti 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>