@Experimental @FunctionalInterface public interface RawConnectionFactory
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<?,?> |
create(RedisURI endpoint)
Creates a new bare connection to the specified database endpoint.
|
StatefulRedisConnection<?,?> create(RedisURI endpoint)
endpoint - the Redis URI of the database endpointCopyright © 2026 lettuce.io. All rights reserved.