Format improved
This commit is contained in:
@@ -85,8 +85,7 @@ public class Pipeline extends Queable {
|
|||||||
|
|
||||||
for (Object o : unformatted) {
|
for (Object o : unformatted) {
|
||||||
try {
|
try {
|
||||||
Response<?> pr = generateResponse(o);
|
formatted.add(generateResponse(o).get());
|
||||||
formatted.add(pr.get());
|
|
||||||
} catch (JedisDataException e) {
|
} catch (JedisDataException e) {
|
||||||
formatted.add(e);
|
formatted.add(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user