pub fn from_str<T>(value: &Value) -> Result<T, Error>where T: FromStr, Error: From<<T as FromStr>::Err>,
Parse value from redis::Value::Data