Struct stal::Stal [] [src]

pub struct Stal { /* fields omitted */ }

An operation to be executed on a set

Methods

impl Stal
[src]

Takes an arbitrary command that uses one or more sets. The command must have placeholders where the set keys should go. Each element in sets specifies the position in the command.

Returns a list of operations to run. For debug only.

Returns a lit of operations, wrapped in a multi/exec. The last operation is always exec, and the returned usize indicates the return value of the operation.

Trait Implementations

impl Debug for Stal
[src]

Formats the value using the given formatter.