hunt-redis ~v1.3.x (2022-05-10T06:00:10.8738979)
Dub
Repo
BinaryScriptingCommandsPipeline.eval
hunt
redis
commands
BinaryScriptingCommandsPipeline
BinaryScriptingCommandsPipeline
Undocumented in source.
Response
!(
Object
)
eval
(const(ubyte)[] script, const(ubyte)[] keyCount, const(ubyte)[][] params)
interface
BinaryScriptingCommandsPipeline
Response
!(
Object
)
eval
(
const
(
ubyte
)[]
script
,
const
(
ubyte
)[]
keyCount
,
const
(
ubyte
)[][]
params
...
)
Response
!(
Object
)
eval
(const(ubyte)[] script, int keyCount, const(ubyte)[][] params)
Response
!(
Object
)
eval
(const(ubyte)[] script, List!(const(ubyte)[]) keys, List!(const(ubyte)[]) args)
Response
!(
Object
)
eval
(const(ubyte)[] script)
Meta
Source
See Implementation
hunt
redis
commands
BinaryScriptingCommandsPipeline
BinaryScriptingCommandsPipeline
functions
eval
evalsha