Description
Provides a minimal C client library for Redis. It lets applications connect to Redis, send commands, and receive responses without implementing the Redis protocol themselves.
It is useful for services, command-line tools, database integrations, caches, queues, and tests that use Redis. Applications should handle connection errors, timeouts, authentication, and untrusted data carefully.