Fix SRP exception on select in transaction
DATAREDIS-220
This commit is contained in:
@@ -631,6 +631,7 @@ public class SrpConnection implements RedisConnection {
|
||||
try {
|
||||
if (isPipelined()) {
|
||||
pipeline(pipeline.select(dbIndex));
|
||||
return;
|
||||
}
|
||||
client.select(dbIndex);
|
||||
} catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user