Function deserialize_from_json

Source
pub fn deserialize_from_json<T: DeserializeOwned>(
    json: &str,
) -> Result<T, RedisError>
Expand description

Deserializes a JSON string into the specified type with proper error handling.