Interface ConfigureReactiveRedisAction

All Known Implementing Classes:
ConfigureNotifyKeyspaceEventsReactiveAction

public interface ConfigureReactiveRedisAction
Allows specifying a strategy for configuring and validating Redis using a Reactive connection.
Since:
3.3
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    An implementation of ConfigureReactiveRedisAction that does nothing.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Void>
    configure(org.springframework.data.redis.connection.ReactiveRedisConnection connection)