You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By depending on redis directly in your downstream crate and enabling the features there. If you want I'd welcome a PR that adds forwarding features to bb8-redis.
I'm using bb8 and would like to fix this, but I can really use a hand.
What does it mean by depending on redis directly on your downstream crate? Does it mean to have both bb8 and redis-rs? If so, could you please elaborate more on how to connect them? I tried but the error is too much for me.
I understand the term forwarding features, but still have no idea how to implement after browsing round. Best I could find is having local patches, which is also what I have been doing, so could you please provide some links/guide?
Activity
djc commentedon Dec 26, 2022
By depending on redis directly in your downstream crate and enabling the features there. If you want I'd welcome a PR that adds forwarding features to bb8-redis.
henrydropped commentedon Dec 8, 2023
@djc
I'm using bb8 and would like to fix this, but I can really use a hand.
Thank you!
djc commentedon Dec 11, 2023
"foo" = ["redis/foo"]
to the bb8-redisCargo.toml
.redis-rs
feature flags #183