redis-protocol.rs
Redis protocol library
An implementation of the Redis protocol in Rust
A Rust implementation of RESP2 and RESP3
41 stars
4 watching
14 forks
Language: Rust
last commit: 7 days ago redisredis-protocolrust
Related projects:
Repository | Description | Stars |
---|---|---|
aembke/fred.rs | An async Redis client with various features and protocols for interacting with Redis servers. | 390 |
wayhome/redis_protocol | An implementation of the Redis protocol in Python | 16 |
denodrivers/redis | A Redis client implementation for the Deno runtime environment. | 454 |
markuman/go-redis | An implementation of the Redis protocol using a high-level interface inspired by GNU Octave's syntax. | 23 |
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 |
richfitz/redux | An R package providing an interface to Redis for executing arbitrary commands and performing data exchange | 91 |
heroku/redo | A pipelined Redis client written in Erlang, providing low-level access to Redis commands and features. | 19 |
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 |
vapor/redis | An extension to the Vapor framework allowing Redis as an in-memory data store and message broker | 459 |
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 |
artemeff/redis | Provides Redis client functionality in Elixir for sending commands to Redis servers | 358 |
amakawa/redic | A lightweight Ruby client for Redis with features like pipelining and timeout configuration. | 120 |
dwighthubbard/micropython-redis | A Redis client implementation designed for use with MicroPython on embedded microcontrollers. | 21 |