[][src]Crate interledger_store_redis

interledger-store-redis

A Store that uses Redis as the database for storing account details, balances, the routing table, etc.

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.