[]Function redis_actor::bb8_redis::redis::parse_redis_value

pub fn parse_redis_value(bytes: &[u8]) -> Result<Value, RedisError>

Parses bytes into a redis value.

This is the most straightforward way to parse something into a low level redis value instead of having to use a whole parser.