IntroductionΒΆ

Redis is popular in-memory data structure store, used as a database, cache and message broker. Hiredis is a minimalistic C client library for the Redis database documented at RedisLabs .

Intention of this documentation is to create examples how to use Hiredis.

Ultimate guide to Redis commands is available at redis.io.