Skip to content

Commit 12e435d

Browse files
nirvdrumantirez
authored andcommitted
Fixed typos.
1 parent 7dd4432 commit 12e435d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,14 +684,14 @@ zset-max-ziplist-value 64
684684

685685
# HyperLogLog sparse representation bytes limit. The limit includes the
686686
# 16 bytes header. When an HyperLogLog using the sparse representation crosses
687-
# this limit, it is convereted into the dense representation.
687+
# this limit, it is converted into the dense representation.
688688
#
689689
# A value greater than 16000 is totally useless, since at that point the
690690
# dense representation is more memory efficient.
691691
#
692692
# The suggested value is ~ 3000 in order to have the benefits of
693693
# the space efficient encoding without slowing down too much PFADD,
694-
# which is O(N) with the sparse encoding. Thev value can be raised to
694+
# which is O(N) with the sparse encoding. The value can be raised to
695695
# ~ 10000 when CPU is not a concern, but space is, and the data set is
696696
# composed of many HyperLogLogs with cardinality in the 0 - 15000 range.
697697
hll-sparse-max-bytes 3000

0 commit comments

Comments
 (0)