Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Sep 23, 2023
1 parent 3c15285 commit c42b6d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ public void testFunctionLoadWithConfig() throws IOException {

List<String> argsAfter = Arrays.asList("Dictionary2", "Gallina", "Hen");
Object result = client.tFunctionCall("withConfig", "hset", Collections.emptyList(), argsAfter);
System.out.println(result);

Map<String, String> dict1 = client.hgetAll("Dictionary1");
Map<String, String> dict2 = client.hgetAll("Dictionary2");
Expand Down

0 comments on commit c42b6d8

Please sign in to comment.