public interface ReactiveRedisConnectionFactory extends PersistenceExceptionTranslator
Mono
,
Flux
,
ReactiveRedisConnection
,
ReactiveRedisClusterConnection
Modifier and Type | Method and Description |
---|---|
ReactiveRedisClusterConnection |
getReactiveClusterConnection() |
ReactiveRedisConnection |
getReactiveConnection() |
translateExceptionIfPossible
ReactiveRedisConnection getReactiveConnection()
IllegalStateException
- if the connection factory requires initialization and the factory was not yet
initialized.ReactiveRedisClusterConnection getReactiveClusterConnection()
IllegalStateException
- if the connection factory requires initialization and the factory was not yet
initialized.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.