Type Alias redis::RedisFuture
source · pub type RedisFuture<'a, T> = BoxFuture<'a, RedisResult<T>>;
Available on crate feature
aio
only.Expand description
Library generic future type.
pub type RedisFuture<'a, T> = BoxFuture<'a, RedisResult<T>>;
aio
only.Library generic future type.