dredis ~master (2018-04-17T08:05:27Z)
Dub
Repo
toMultiBulk
redis
encoder
Take a Redis command (w|d)string and convert it to a MultiBulk
auto
toMultiBulk
(
const
C
[]
command
,
T
[][]
args
)
auto
toMultiBulk
(
const
C
[]
command
,
T
args
)
auto
toMultiBulk
(
const
C
[][]
commands
)
auto
toMultiBulk
(
const
C
[]
command
)
@
trusted
auto
toMultiBulk
(
C
)
(
const
C
[]
command
)
if
(
isSomeChar
!
C
)
Meta
Source
See Implementation
redis
encoder
functions
toMultiBulk
Take a Redis command (w|d)string and convert it to a MultiBulk