Module resp

Source
Expand description

Defines types related to the RESP protocol and their encoding/decoding

Structs§

BulkString
Command

Enums§

CommandArg
CommandArgs
CommandArgsIterator
Value

Traits§

ArgsOrCollection
Generic Marker for Collections of IntoArgs
FromKeyValueValueArray
Marker for key/value array
FromSingleValueArray
Marker for single value array
FromValue
IntoArgs
Types compatible with command args
KeyValueArgOrCollection
Marker for key/value collections of Args
SingleArgOrCollection
Marker for collections of single items (directly convertible to CommandArg) of IntoArgs

Functions§

cmd
Shortcut function to creating a command with a single argument.