Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 313 Bytes

File metadata and controls

16 lines (11 loc) · 313 Bytes

Tests and documentation for Spring Data Redis.

Prevent early database interaction

Spring Data Redis requires extra configuration to avoid pre-warming the pool of connections.

With Lettuce:

spring.data.redis.lettuce.pool.enabled=false

With Jedis:

spring.data.redis.jedis.pool.enabled=false