r2d2-redis icon indicating copy to clipboard operation
r2d2-redis copied to clipboard

Results 13 r2d2-redis issues
Sort by recently updated
recently updated
newest added

the following packages contain code that will be rejected by a future version of Rust: redis v0.20 Dependencies of r2d2-redis: [dependencies] r2d2 = "0.8" redis = "0.20.0"

It's very confusing to navigate the eco system at the moment - this project should likely be marked deprecated as these features exist in redis-rs, but the documentation omits mention...

According to the cargo docs, libraries shouldn't commit their Cargo.lock file and it should actually be added to their .gitignore. https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries I was wondering if that is correct or if...

I found #44, which was closed. However, the redis crate uses different types for clustered connections, which doesn't seem to be compatible with the types used in r2d2_redis. Is this...

I'm happy to submit a PR. Though I may need a little guidance. The new version of the `redis` crate supports async/await operations. Usage of this requires, the pooled connections...

Doesn't hurt to have a few additional tests