[][src]Crate l337_redis

Postgres adapater for l3-37 pool

Re-exports

pub extern crate l337;

Structs

AsyncConnection
RedisConnectionManager

A ManageConnection for RedisConnectionss.

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.