fred.rs icon indicating copy to clipboard operation
fred.rs copied to clipboard

An async Redis client for Rust.

Results 15 fred.rs issues
Sort by recently updated
recently updated
newest added

Typically, when callers pass a key of type `&str`, it most of the time from a `&'static str`. This pull request takes this into account and avoid an allocation. If...

The `mocks` feature still exists in Cargo.toml but is no longer present in the crate. It's mentioned in [the prior repository's README.md](/azuqua/fred.rs/blob/master/README.md), and was located under `/src/mocks`, but has since...

enhancement

The library behaves incorrectly in a Redis cluster failover scenario. Reproduce scenario: 1. Run a Redis cluster in docker with failover 2. Connect to the cluster 3. Pause master container...

Hi - Thank you for a great library! We have been experiencing some connection management issues (including using latest version `5.2.0`). Using fred as a redis client in a kubernetes...

Ping seems to be failing with the SubscriberClient consistently with an error: "Could not convert multiple frames to RedisValue". The stack seems to show the response is parsed as resp3,...

Handles the common pattern of `EVALSHA` then calling `EVAL` if `EVALSHA` returns a `NOSCRIPT` error. I would be happy to write some unit tests, but wasn't sure the best strategy....

Thanks for the library! We're trying to use this library in a server running in Kubernetes connecting to a Redis Cluster running in the same Kubernetes cluster. We're connecting to...

This is the logging I used to help diagnose #56.