pub struct CacheRedisHealthCheck;Expand description
redis.health — registered by the preload inventory alongside the cache
function when redis.cache.enabled=true.
Trait Implementations§
Source§impl ComposableFunction for CacheRedisHealthCheck
impl ComposableFunction for CacheRedisHealthCheck
fn handle_event<'life0, 'async_trait>(
&'life0 self,
headers: HashMap<String, String>,
input: EventEnvelope,
instance: usize,
) -> Pin<Box<dyn Future<Output = Result<EventEnvelope, AppError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for CacheRedisHealthCheck
impl RefUnwindSafe for CacheRedisHealthCheck
impl Send for CacheRedisHealthCheck
impl Sync for CacheRedisHealthCheck
impl Unpin for CacheRedisHealthCheck
impl UnsafeUnpin for CacheRedisHealthCheck
impl UnwindSafe for CacheRedisHealthCheck
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more