redust 0.4.0

A simple Redis client for Rust.
Documentation
1
2
3
pub fn redis_url() -> String {
	std::env::var("REDIS_URL").unwrap_or_else(|_| "localhost:6379".to_string())
}