SimpleRedisClient
Redis client
A C++ client library to connect to and interact with Redis servers on Unix systems.
C++ клиент для Redis (Unix only)
16 stars
4 watching
6 forks
Language: C++
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
xiusin/vredis | A Redis client written in V programming language, providing basic functionality for connecting to and interacting with Redis databases. | 7 |
nekipelov/redisclient | A Boost.asio-based Redis-client library for C++ | 321 |
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,016 |
luca3m/redis3m | A C++ Redis client providing a wrapper around hiredis with connection pooling and high availability features. | 190 |
vseloved/cl-redis | A Common Lisp Redis client with error handling and reconnect mechanisms. | 189 |
spotlightkid/picoredis | A minimal Redis client for MicroPython and other Python environments. | 9 |
amakawa/redic | A lightweight Ruby client for Redis with features like pipelining and timeout configuration. | 120 |
denodrivers/redis | A Redis client implementation for the Deno runtime environment. | 454 |
richfitz/redux | An R package providing an interface to Redis for executing arbitrary commands and performing data exchange | 91 |
informatikr/hedis | A Redis client library for the Haskell programming language. | 329 |
vapor/redis | An extension to the Vapor framework allowing Redis as an in-memory data store and message broker | 459 |
heroku/redo | A pipelined Redis client written in Erlang, providing low-level access to Redis commands and features. | 19 |
zhangq0355/as3redis | A Flash library that provides a client-side interface to the Redis in-memory data store | 4 |
jonathanslenders/asyncio-redis | A Redis client for Python asyncio event loop | 552 |