Woohoo! We now have high-level support for Streams commands in redis-rs:
https://github.com/mitsuhiko/redis-rs/issues/162
This is the conclusion of work described in a previous post:
https://dev.to/terkwood/adding-redis-streams-to-rust-464j
Hope someone out there finds it enjoyable! I have a couple of outstanding work items that I'm going to revisit now that there's a pleasant way to interact with this portion of the Redis API. 🦀 💾
Thank you for sharing! I am looking forward to having the TLS support finalized as well :-) github.com/mitsuhiko/redis-rs/pull...