hscan_test.go
hscan_test.go - Overview
This file contains tests for the HSCAN
command, verifying that it correctly iterates over the fields in a hash.
Detailed Documentation
TestHSCAN
- Purpose: Tests the
HSCAN
command with various options, includingMATCH
andCOUNT
. - Parameters:
t
:*testing.T
- Testing context.
- Returns: None