RedisUtil.java Line 441 ``` Object lockingObject = getLockingObject(); synchronized (lockingObject) { ``` Should return something that doesn't do global lock when pool is used, `this` should work fine.
RedisUtil.java
Line 441
Should return something that doesn't do global lock when pool is used,
thisshould work fine.