mirror of https://github.com/redis/redis.git
Correct typo in tests/unit/hyperloglog.tcl
This commit is contained in:
parent
c861e1e1ee
commit
2b78ac810b
|
@ -79,7 +79,7 @@ start_server {tags {"hll"}} {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
test {Corrupted sparse HyperLogLogs are detected: Additionl at tail} {
|
test {Corrupted sparse HyperLogLogs are detected: Additional at tail} {
|
||||||
r del hll
|
r del hll
|
||||||
r pfadd hll a b c
|
r pfadd hll a b c
|
||||||
r append hll "hello"
|
r append hll "hello"
|
||||||
|
|
Loading…
Reference in New Issue