redis-protocol.rs

Structs and functions for implementing the Redis protocol. (by aembke)

Redis-protocol.rs Alternatives

Similar projects and alternatives to redis-protocol.rs based on common topics and language

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 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
    6 projects | /r/rust | 24 May 2022
    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
    3 projects | /r/rust | 15 Sep 2021
    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
23
0.0
8 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.

Learn any GitHub repo in 59 seconds
Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
getonboard.dev