hiredis
Redis client library
A minimalistic C client library for the Redis database
Minimalistic C client for Redis >= 1.2
6k stars
293 watching
2k forks
Language: C
last commit: 19 days ago
Linked from 6 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
redis/redis-rb | A Ruby client library for interacting with the Redis in-memory data store | 3,976 |
redis/rueidis | A fast Redis client with features like auto-pipelining and client-side caching for high-performance data access in distributed systems. | 2,452 |
redis-rs/redis-rs | A Rust library providing high-level access to Redis functionality | 3,639 |
redis/redis-py | A Python client for interacting with the Redis key-value store | 12,676 |
laixintao/iredis | A terminal client for Redis with advanced features like auto-completion, syntax highlighting, and command validation. | 2,567 |
redis/ioredis | A high-performance, feature-rich Redis client for Node.js | 14,400 |
redis/node-redis | A high-performance Redis client for Node.js with support for various Redis commands and data structures | 16,943 |
wjackson/anyevent-hiredis | A Perl module providing an asynchronous interface to the Redis in-memory data store | 3 |
luca3m/redis3m | A C++ Redis client providing a wrapper around hiredis with connection pooling and high availability features. | 190 |
redis/redis | An in-memory key-value store with persistence on disk and support for multiple data structures. | 67,109 |
stackexchange/stackexchange.redis | A high-level interface to the Redis in-memory data store | 5,914 |
victortrapenok/simpleredisclient | A C++ client library to connect to and interact with Redis servers on Unix systems. | 16 |
hmartiro/redox | A modern C++ client for Redis that provides an asynchronous API and is designed for high-performance applications. | 386 |
2881099/csredis | A .NET client library for interacting with Redis and Redis Cluster instances. | 2,018 |
tporadowski/redis | A native port of Redis for Windows, implementing its key-value data model with various value types. | 9,065 |