Redis-protocol.rs Alternatives
Similar projects and alternatives to redis-protocol.rs based on common topics and language
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
hyperswitch
An open source payments switch written in Rust to make payments fast, reliable and affordable
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better redis-protocol.rs alternative or higher similarity.
redis-protocol.rs discussion
redis-protocol.rs reviews and mentions
Posts with mentions or reviews of redis-protocol.rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-24.
-
Redust: a new Redis client
For what it's worth - here's a library I use in my redis client for parsing RESP2 and RESP3. It does not use serde but does use nom, and it has an optional feature that can decode `BytesMut` without moving or copying the buffer contents as long as you're willing to use the `Bytes` ecosystem types.
-
Fred v3.0.0
The latest version is a complete rewrite on async/await, tokio 1.x, the latest redis-protocol, etc. It has fundamentally different design goals compared to the popular redis-rs library and is more opinionated in its dependencies, specifically regarding tokio vs async-std, so it's probably not the right choice for certain use cases as a result. Redis-rs works well, but when we originally adopted Rust at Azuqua we had different design concerns for our Redis client and this library naturally grew in a different direction as a result.
Stats
Basic redis-protocol.rs repo stats
2
39
3.9
6 months ago
aembke/redis-protocol.rs is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of redis-protocol.rs is Rust.