Minimalistic C client for Redis >= 1.2
Browse cluster: SQL databases and distributed systems →Hiredis is a minimalistic C client library for the Redis database, developed by Redis. It provides support for the Redis protocol in versions 1.2 and later, with a focus on minimal code while offering high-level APIs. The library includes a synchronous API for blocking operations, an asynchronous API for non-blocking event-driven usage, and a decoupled reply parser designed for reusability in language bindings. Built in C, hiredis supports both the RESP2 and RESP3 Redis protocols and can be integrated with event libraries like libev and libevent.