hexists_test.go
hexists_test.go - Overview
This file contains tests for the HEXISTS
command, verifying that it correctly checks for the existence of a field in a hash.
Detailed Documentation
TestHExists
- Purpose: Tests the
HEXISTS
command with various valid and invalid inputs. - Parameters:
t
:*testing.T
- Testing context.
- Returns: None