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