[]Type Definition redis_actor::RedisResult

type RedisResult<T> = Result<T, RedisError>;

Library generic result type.