DATAREDIS-1119 - Polishing.

Add getAndMap(…) method to simplify post-retrieval mapping of non-null values. Require key on XInfoCommand command construction.

Tweak javadoc. Reformat code.

Original pull request: #519.
This commit is contained in:
Mark Paluch
2020-04-20 11:53:56 +02:00
parent 3f5533ea9a
commit 254d60e820
4 changed files with 52 additions and 47 deletions

View File

@@ -3339,7 +3339,6 @@ public abstract class AbstractConnectionIntegrationTests {
XInfoGroups info = (XInfoGroups) results.get(2);
assertThat(info.size()).isZero();
}
@Test // DATAREDIS-1119