+ fix minor bug that caused the closing proxy to be always used
This commit is contained in:
@@ -83,7 +83,7 @@ public class RedisTemplate<K, V> extends RedisAccessor implements RedisOperation
|
||||
}
|
||||
|
||||
public <T> T execute(RedisCallback<T> action, boolean exposeConnection) {
|
||||
return execute(action, isExposeConnection(), valueSerializer);
|
||||
return execute(action, exposeConnection, valueSerializer);
|
||||
}
|
||||
|
||||
public <T> T execute(RedisCallback<T> action, boolean exposeConnection, RedisSerializer returnSerializer) {
|
||||
|
||||
Reference in New Issue
Block a user