HVALS

Works with hash fields stored under one key.

Syntax

HVALS <key>

Parameters

  • key: Primary key to read or mutate.

Returns

Returns an array whose shape depends on the requested items and optional output flags.

Examples

HVALS user:1

BetterKV Notes

  • Group: Hash.
  • Access: Read-only.
  • Status: Implemented in BetterKV and safe to use for read paths.