Function redis::from_redis_value
source · [−]pub fn from_redis_value<T: FromRedisValue>(v: &Value) -> RedisResult<T>
Expand description
A shortcut function to invoke FromRedisValue::from_redis_value
to make the API slightly nicer.