edis
Redis clone
A high-performance, Erlang-based Redis implementation with improved scalability and multi-master support.
An Erlang implementation of Redis
469 stars
51 watching
38 forks
Language: Erlang
last commit: about 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 |
heroku/redo | A pipelined Redis client written in Erlang, providing low-level access to Redis commands and features. | 19 |
vapor/redis | An extension to the Vapor framework allowing Redis as an in-memory data store and message broker | 459 |
denodrivers/redis | A Redis client implementation for the Deno runtime environment. | 454 |
vseloved/cl-redis | A Common Lisp Redis client with error handling and reconnect mechanisms. | 189 |
markuman/go-redis | An implementation of the Redis protocol using a high-level interface inspired by GNU Octave's syntax. | 23 |
dwighthubbard/micropython-redis | A Redis client implementation designed for use with MicroPython on embedded microcontrollers. | 21 |
aembke/redis-protocol.rs | An implementation of the Redis protocol in Rust | 41 |
artemeff/redis | Provides Redis client functionality in Elixir for sending commands to Redis servers | 358 |
cable-cr/cable-redis | A Cable.cr backend extension that provides a fault-tolerant Redis connection with automated restarts and error rate monitoring. | 0 |
perlredis/perl-redis | A Perl binding for Redis database | 108 |
vert-x3/vertx-redis-client | An asynchronous API to interact with Redis data structures from within an event-driven Java application. | 131 |
nateware/redis-objects | A Ruby interface to Redis that maps data types to Ruby objects, enabling atomic operations and simplifying integration with existing ORMs. | 2,090 |
chatid/fend-redis | A Lua-based Redis client library with error handling and iteration support | 0 |
zio/zio-redis | A ZIO-based client for the Redis in-memory data store | 123 |