[][src]Module interledger::store_redis

Store implementation backed by Redis

Structs

Account
AccountId
ConnectionInfo

Holds the connection information that redis should use for connecting.

RedisStore

A Store that uses Redis as its underlying database.

RedisStoreBuilder

Traits

IntoConnectionInfo

Converts an object into a connection info struct. This allows the constructor of the client to accept connection information in a range of different formats.