redis-async-rs icon indicating copy to clipboard operation
redis-async-rs copied to clipboard

A Rust client for Redis, using Tokio

Results 25 redis-async-rs issues
Sort by recently updated
recently updated
newest added

This is a long-term (and optional, since Redis clusters aren't universally used) feature.

enhancement

Hi, I have some questions. I initialized a global connection using the `once_cell` crate, and I used it in two ways. My test order is as follows: 1. Start the...

As well as pushing git tags for the published releases. Would highly recommend having that together with a `CHANGELOG.md` and add the changelog items to the GitHub release after one...

So currently when users try to call `pubsub_connection.subscribe("hello")` two times in a row, the pubsub connection will end the first stream and replace it with the second stream. This was...

When I use this crate in my project, I look for the solution to add auth to the paired_connect in the docs and issues, It failed, so I check the...