Scope
PFDEBUG subcommand key - internal HyperLogLog debug subcommand (GETREG, DECODE, ENCODING, TODENSE).
PFSELFTEST - run HLL internal self-test.
Note: this mock's HLL is a dense 16384-byte register array, not byte-compatible with real Redis' sparse/dense encoding (see docs/COMMANDS.md §18), so PFDEBUG GETREG/ENCODING can only approximate real output shape, not the actual encoding.
Acceptance Criteria
- Subcommands registered, reply with plausible shapes
docs/COMMANDS.md updated
Scope
PFDEBUG subcommand key- internal HyperLogLog debug subcommand (GETREG, DECODE, ENCODING, TODENSE).PFSELFTEST- run HLL internal self-test.Note: this mock's HLL is a dense 16384-byte register array, not byte-compatible with real Redis' sparse/dense encoding (see docs/COMMANDS.md §18), so
PFDEBUG GETREG/ENCODINGcan only approximate real output shape, not the actual encoding.Acceptance Criteria
docs/COMMANDS.mdupdated