Redis Streams available in redis-rs
Felix Terkhorn

Felix Terkhorn @terkwood

About: Software producer specialized in data and distributed systems. Past: tech lead for Disney+ DRM (NYC), consulting and contracting (NYC), startup scene, Salesforce, full-time lab staff.

Location:
Indiana, USA
Joined:
Nov 29, 2018

Redis Streams available in redis-rs

Publish Date: Jun 23 '20
25 2

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. 🦀 💾

Comments 2 total

  • Abhishek Gupta
    Abhishek GuptaJun 23, 2020

    Thank you for sharing! I am looking forward to having the TLS support finalized as well :-) github.com/mitsuhiko/redis-rs/pull...

    • Felix Terkhorn
      Felix TerkhornJun 23, 2020

      Yes!! I have been watching this PR but it's in a tough spot -- we're down to infrastructure problems, I think, with some stunnel process not starting up correctly during the Travis CI run. (I may not have the details exactly right!) So I'm a little worried that it might languish for a few months, since those problems aren't very fun to debug, even when we're being paid for them :-O :-D

      But regardless of all of that, the TLS support is going to be a big win for the library -- it took a long time to land in Redis itself, and it's one of those basic expectations that people have for their networked appliances.

Add comment