apibara / dna

Apibara is the fastest platform to build production-grade indexers that connect onchain data to web2 services.
https://www.apibara.com/
Apache License 2.0
166 stars 26 forks source link

sink: enable redis tls feature to support `rediss` urls #347

Closed fracek closed 3 months ago

fracek commented 3 months ago

Summary

Users that want to use a managed Redis service for persistence need to connect using TLS. This PR enables the tls-rustls feature in redis to support that.

Testing strategy