Expand description
Postgres adapater for l3-37 pool
Structs§
- Async
Connection - Redis
Connection Manager - A
ManageConnection
forRedisConnections
s.
Functions§
- async_
transaction - Rewite of redis::transaction for use with an async connection. It is assumed that the fn’s return value will be the return value of Pipeline::query_async. Returning None from this fn will cause it to be re-run, as that is the value returned from Pipeline::query_async when run in atomic mode, and the watched keys are modified somewhere else.