hyperloglog_test.go
hyperloglog_test.go - Overview
This file contains tests for HyperLogLog commands such as PFADD
, PFCOUNT
, and PFMERGE
.
Detailed Documentation
TestHyperLogLogCommands
- Purpose: Tests the HyperLogLog commands
PFADD
,PFCOUNT
, andPFMERGE
with various scenarios. - Parameters:
t
:*testing.T
- Testing context.
- Returns: None