org.springframework.data.redis.connection.RedisConnectionFactory |
ServiceConnectionFactory.redisConnectionFactory(PooledServiceConnectorConfig redisConnectionFactoryConfig) |
org.springframework.data.redis.connection.RedisConnectionFactory |
CloudServiceConnectionFactory.redisConnectionFactory(PooledServiceConnectorConfig redisConnectionFactoryConfig)
Get the RedisConnectionFactory object associated with the only Redis service bound to the app
configured as specified.
|
org.springframework.data.redis.connection.RedisConnectionFactory |
ServiceConnectionFactory.redisConnectionFactory(String serviceId,
PooledServiceConnectorConfig redisConnectionFactoryConfig) |
org.springframework.data.redis.connection.RedisConnectionFactory |
CloudServiceConnectionFactory.redisConnectionFactory(String serviceId,
PooledServiceConnectorConfig redisConnectionFactoryConfig)
Get the RedisConnectionFactory object for the specified Redis service configured as specified.
|