Type Definition fred::types::ConnectionFuture [] [src]

type ConnectionFuture = Box<Future<Item = Option<RedisError>, Error = RedisError>>;

A future that resolves when the connection to the Redis server closes.