hincrbyfloat_test.go
hincrbyfloat_test.go - Overview
This file contains tests for the HINCRBYFLOAT
command, verifying that it correctly increments the value of a field in a hash by a given float.
Detailed Documentation
TestHINCRBYFLOAT
- Purpose: Tests the
HINCRBYFLOAT
command with various valid and invalid inputs. - Parameters:
t
:*testing.T
- Testing context.
- Returns: None