dredis ~master (2022-01-16T15:14:59.4594467)
Dub
Repo
toMultiBulk
redis
encoder
Take a Redis command (w|d)string and convert it to a MultiBulk
auto
toMultiBulk
(C[] command, T[][] args)
auto
toMultiBulk
(C[] command, T args)
auto
toMultiBulk
(C[][] commands)
auto
toMultiBulk
(C[] command)
@
trusted
auto
toMultiBulk
(
C
)
(
const
C
[]
command
)
if
(
isSomeChar
!
C
)
Meta
Source
See Implementation
redis
encoder
aliases
encode
functions
escape
toBulk
toMultiBulk
Take a Redis command (w|d)string and convert it to a MultiBulk