Crate l337_redis

source ·
Expand description

Postgres adapater for l3-37 pool

Structs

Functions

  • 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.