redis_module/
apierror.rs

1pub type APIError = String;
2pub type APIResult<T> = Result<T, APIError>;