Skip to main content

hgetall_test.go

hgetall_test.go - Overview

This file contains tests for the HGETALL command, verifying that it correctly retrieves all fields and values from a hash.

Detailed Documentation

TestHGETALL

  • Purpose: Tests the HGETALL command with various valid and invalid inputs.
  • Parameters:
    • t: *testing.T - Testing context.
  • Returns: None

Getting Started Relevance