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
Run a sink (e.g. apibara-sink-console) using a --persist-to-redis url
starting with rediss://.
After thin PR, the sink should run smoothly and the Redis instance should
have a value for the apibara:sink:<sink-id> key.
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
--persist-to-redis
url starting withrediss://
.apibara:sink:<sink-id>
key.