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§
- ZAdd
Flags - Flags for the ZADD command.
Enums§
- 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 command.