We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2bac6 commit af35d14Copy full SHA for af35d14
java-redis/src/test/java/org/cp/javaredis/HyperLogLogTests.java
@@ -46,7 +46,6 @@ public void compareTest() {
46
public void mergeTest() {
47
RHyperLogLog<String> today = redisson.getHyperLogLog("UV_" + LocalDate.now());
48
RHyperLogLog<String> nextDay = redisson.getHyperLogLog("UV_" + LocalDate.now().plusDays(1));
49
- today.delete();
50
HashSet<String> set = new HashSet<>();
51
Random random = new Random();
52
for (int i = 0; i < 1000; i++) {
0 commit comments