Skip to main content

Module command

Module command 

Source
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§

ZAddFlags
Flags for the ZADD command.

Enums§

Command
A parsed client command, ready for execution.
SetExpire
Expiration option for the SET command.