redo
Redis client
A pipelined Redis client written in Erlang, providing low-level access to Redis commands and features.
pipelined erlang redis client
19 stars
46 watching
0 forks
Language: Erlang
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
wooga/eredis | An Erlang implementation of the Redis client with focus on performance and robustness. | 627 |
amakawa/redic | A lightweight Ruby client for Redis with features like pipelining and timeout configuration. | 120 |
informatikr/hedis | A Redis client library for the Haskell programming language. | 329 |
xiusin/vredis | A Redis client written in V programming language, providing basic functionality for connecting to and interacting with Redis databases. | 7 |
richfitz/redux | An R package providing an interface to Redis for executing arbitrary commands and performing data exchange | 91 |
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 |
aembke/fred.rs | An async Redis client with various features and protocols for interacting with Redis servers. | 390 |
piaohao/godis | A Go library implementing Redis clients with features like cluster support, pipelines, transactions, and distributed locks. | 111 |
hoisie/redis | A Redis client library for the Go programming language | 591 |
denodrivers/redis | A Redis client implementation for the Deno runtime environment. | 454 |
nrk/redis-lua | A Lua client library for the Redis key-value storage system | 734 |
markuman/go-redis | An implementation of the Redis protocol using a high-level interface inspired by GNU Octave's syntax. | 23 |
zio/zio-redis | A ZIO-based client for the Redis in-memory data store | 123 |
vseloved/cl-redis | A Common Lisp Redis client with error handling and reconnect mechanisms. | 189 |