redis.encoder

Undocumented in source.

Members

Aliases

encode
alias encode = toMultiBulk
Undocumented in source.

Functions

escape
C[] escape(C[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
toBulk
auto toBulk(C[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
toMultiBulk
auto toMultiBulk(C[] command, T[][] args)

Take an array of (w|d)string arguments and concat them to a single Multibulk

toMultiBulk
auto toMultiBulk(C[] command, T args)

Take an array of varargs and concat them to a single Multibulk

toMultiBulk
auto toMultiBulk(C[][] commands)

Take an array of strings and concat them to a single Multibulk

toMultiBulk
auto toMultiBulk(C[] command)

Take a Redis command (w|d)string and convert it to a MultiBulk

Meta