hmset_test.go
hmset_test.go - Overview
This file contains tests for the HMSET
command, verifying that it correctly sets the values of multiple fields in a hash.
Detailed Documentation
TestHMSET
- Purpose: Tests the
HMSET
command with various valid and invalid inputs. - Parameters:
t
:*testing.T
- Testing context.
- Returns: None