@Experimental @FunctionalInterface public interface DatabaseRawConnectionFactory
connections to Redis database nodes. Connections created
by this factory are raw connections without CircuitBreaker counting, health checks, or other management features.| Modifier and Type | Method and Description |
|---|---|
StatefulRedisConnection<?,?> |
connectToDatabase(RedisURI endpoint)
Creates a new bare connection to the specified database endpoint.
|
StatefulRedisConnection<?,?> connectToDatabase(RedisURI endpoint)
endpoint - the Redis URI of the database endpointCopyright © 2025 lettuce.io. All rights reserved.