Files
spring-data-redis/src/main/java/org
Jennifer Hickey b79f7b8df0 Allow Lettuce connection pool for dedicated conns
DATAREDIS-201 

Inject LettucePool into LettuceConnectionFactory
to be used for a "dedicatedConnection". Dedicated 
connections are used only for blocking and tx ops
when a shared connection is used. If shareNativeConnection
is set to false, the dedicated conn will be
used for all ops.
2013-06-24 10:50:18 -07:00
..