Overview of Hiredis
masterHiredis is a minimalistic C client library for the Redis database (version >= 1.2.0). It provides a high-level, printf-like API for sending commands and receiving replies. The library is divided into three main APIs:
- Synchronous API: For blocking command execution.
- Asynchronous API: For non-blocking operations.
- Reply Parsing API: A decoupled stream parser designed for reusability in higher-level language bindings.