simple_redis 0.6.5

Simple and resilient redis client.
Documentation
1
2
3
4
5
6
7
use super::*;

#[test]
fn create_check_state() {
    let mut connection = create();
    assert!(!connection.is_connection_open());
}