Guidance re accepting a KeysInterface and supporting transactions
#227
Unanswered
maxcountryman
asked this question in
Q&A
Replies: 1 comment 4 replies
|
Good question. On second thought I'll add |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm writing a crate that ideally accepts
KeysInterfaceas opposed toRedisClientorRedisPoolbut also needs to leverage transactions.Because
TransactionInterfaceis not implemented forRedisPoolthis bound,KeysInterface + TransactionInterface, doesn't seem to help.Is there an established pattern for this?
All reactions