fn next_string(&mut self) -> Result<String, RedisError>
[src]fn next_i64(&mut self) -> Result<i64, RedisError>
[src]fn next_u64(&mut self) -> Result<u64, RedisError>
[src]fn next_f64(&mut self) -> Result<f64, RedisError>
[src]fn done(&mut self) -> Result<(), RedisError>
[src]