Expand description
Command parsing from RESP3 frames.
Converts a parsed [Frame] (expected to be an array) into a typed
Command enum. This keeps protocol-level concerns separate from
the engine that actually executes commands.
Structs§
Enums§
- BitOp
Kind - Operation kind for BITOP.
- BitRange
Unit - Unit for BITCOUNT and BITPOS range arguments.
- Command
- A parsed client command, ready for execution.
- Score
Bound - A score bound for sorted set range queries (ZRANGEBYSCORE, ZCOUNT, etc.).
- SetExpire
- Expiration option for the SET and GETEX commands.