anyevent-hiredis
Redis client
A Perl module providing an asynchronous interface to the Redis in-memory data store
hiredis AnyEvent client
3 stars
3 watching
2 forks
Language: Perl
last commit: over 9 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 |
zhangq0355/as3redis | A Flash library that provides a client-side interface to the Redis in-memory data store | 4 |
xiusin/vredis | A Redis client written in V programming language, providing basic functionality for connecting to and interacting with Redis databases. | 7 |
victortrapenok/simpleredisclient | A C++ client library to connect to and interact with Redis servers on Unix systems. | 16 |
perlredis/perl-redis | A Perl binding for Redis database | 108 |
informatikr/hedis | A Redis client library for the Haskell programming language. | 329 |
kristoff-it/zig-okredis | A client library for interacting with Redis 6+ servers using a zero-allocation design | 213 |
radagaisus/orpheus | An object-oriented Redis client written in CoffeeScript | 33 |
luca3m/redis3m | A C++ Redis client providing a wrapper around hiredis with connection pooling and high availability features. | 190 |
aembke/fred.rs | An async Redis client with various features and protocols for interacting with Redis servers. | 390 |
vseloved/cl-redis | A Common Lisp Redis client with error handling and reconnect mechanisms. | 189 |
agladysh/lua-hiredis | Bindings for the Redis client library | 75 |
richfitz/redux | An R package providing an interface to Redis for executing arbitrary commands and performing data exchange | 91 |
thinkjs/think-redis | A JavaScript library providing an interface to Redis for storing and retrieving data in memory-based databases. | 9 |
vert-x3/vertx-redis-client | An asynchronous API to interact with Redis data structures from within an event-driven Java application. | 131 |