Skip to main content

Module result

Module result 

Source
Expand description

Parse Valkey FCALL return values into structured results.

Lua return convention (RFC-010 §4.9): Success: {1, “OK”, …values} or {1, “ALREADY_SATISFIED”, …} Failure: {0, “ERROR_NAME”, …context}

The FCALL result comes back as a ferriskey Value::Array.

Structs§

FcallResult
Parsed FCALL result from a FlowFabric Lua function.

Traits§

FromFcallResult
Trait for converting a raw FCALL Value into a typed result.