embedded_redis_client 0.1.0

Automatically runs a local redis-server instance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod checking_environment;
mod faulty;
mod ready;
mod ready_to_start;
mod running_in_another_process;
mod started;

pub use checking_environment::CheckingRedisServerEnvironment;
pub use faulty::FaultyRedisServer;
pub use ready::ReadyRedisServerProcess;
pub use ready_to_start::ReadyToStart;
pub use running_in_another_process::RedisServerRunningInAnotherProcess;
pub use started::StartedRedisServerProcess;