Fix RJC ping executing synchronously while in pipeline
This commit is contained in:
@@ -378,6 +378,7 @@ public class RjcConnection implements RedisConnection {
|
||||
try {
|
||||
if (isPipelined()) {
|
||||
pipeline.ping();
|
||||
return null;
|
||||
}
|
||||
return session.ping();
|
||||
} catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user