Java org.springframework.data.redis.connection.lettuce DefaultLettucePool fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.redis.connection.lettuce DefaultLettucePool fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.redis.connection.lettuce DefaultLettucePool.

The text is from its open source code.

Constructor

DefaultLettucePool(String hostName, int port)
Uses the Config and RedisClient defaults for configuring the connection pool
DefaultLettucePool(String hostName, int port, GenericObjectPoolConfig poolConfig)
Uses the RedisClient defaults for configuring the connection pool
DefaultLettucePool(RedisSentinelConfiguration sentinelConfiguration)
Uses the RedisSentinelConfiguration and RedisClient defaults for configuring the connection pool based on sentinels.

Method

voidafterPropertiesSet()
voiddestroy()
voidsetClientResources(ClientResources clientResources)
Sets the ClientResources to reuse the client infrastructure.