[][src]Function redis::parse_redis_value_async

pub fn parse_redis_value_async<R>(
    reader: R
) -> impl Future<Item = (R, Value), Error = RedisError> where
    R: AsyncRead + BufRead

Parses a redis value asynchronously.