redis-async-rs
redis-async-rs copied to clipboard
A Rust client for Redis, using Tokio
This is a long-term (and optional, since Redis clusters aren't universally used) feature.
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...