Revert "Temp revert "Lazily instantiate shared Lettuce connection""
This reverts commit c6a2a4f7da.
This commit is contained in:
@@ -95,10 +95,6 @@ public class LettuceConnectionFactory implements InitializingBean, DisposableBea
|
||||
|
||||
public void afterPropertiesSet() {
|
||||
this.client = createRedisClient();
|
||||
resetConnection();
|
||||
if (shareNativeConnection) {
|
||||
initConnection();
|
||||
}
|
||||
}
|
||||
|
||||
public void destroy() {
|
||||
|
||||
Reference in New Issue
Block a user