Interface ReactiveValkeyConnectionFactory

All Superinterfaces:
org.springframework.dao.support.PersistenceExceptionTranslator
All Known Implementing Classes:
LettuceConnectionFactory

public interface ReactiveValkeyConnectionFactory extends org.springframework.dao.support.PersistenceExceptionTranslator
Thread-safe factory of reactive Valkey connections.
Since:
2.0
Author:
Mark Paluch
See Also:
  • Method Details

    • getReactiveConnection

      ReactiveValkeyConnection getReactiveConnection()
      Returns:
      a reactive Valkey connection.
      Throws:
      IllegalStateException - if the connection factory requires initialization and the factory was not yet initialized.
    • getReactiveClusterConnection

      ReactiveValkeyClusterConnection getReactiveClusterConnection()
      Returns:
      a reactive Valkey Cluster connection.
      Throws:
      IllegalStateException - if the connection factory requires initialization and the factory was not yet initialized.