Struct redis_client::redis::RedisClient  
                   
                       [−]
                   
               [src]
pub struct RedisClient {
    // some fields omitted
}Methods
impl RedisClient[src]
fn new(host: &'static str, port: &'static str) -> Result<RedisClient, RedisError>
fn exec_redis_command(&mut self, redis_command: &mut RedisCommand) -> Result<RedisResult, RedisError>
Execute a RedisCommand
fn exec_redis_pipeline_command(&mut self, redis_command: &mut RedisCommand) -> Result<Vec<RedisResult>, RedisError>
Execute a pipeline of RedisCommand