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.
pub fn deserialize_from_json<T: DeserializeOwned>(
json: &str,
) -> Result<T, RedisError>
Deserializes a JSON string into the specified type with proper error handling.