Skip to main content

hscan_test.go

hscan_test.go - Overview

This file contains tests for the HSCAN command, verifying that it correctly iterates over the fields in a hash.

Detailed Documentation

TestHSCAN

  • Purpose: Tests the HSCAN command with various options, including MATCH and COUNT.
  • Parameters:
    • t: *testing.T - Testing context.
  • Returns: None

Getting Started Relevance