hunt-redis ~master (2021-11-19T08:51:56Z)
Home
Dub
Repo
BinaryScriptingCommandsPipeline.eval
hunt
redis
commands
BinaryScriptingCommandsPipeline
BinaryScriptingCommandsPipeline
Undocumented in source.
Response
!(
Object
)
eval
(const(ubyte)[] script, const(ubyte)[] keyCount, const(ubyte)[][] params)
Response
!(
Object
)
eval
(const(ubyte)[] script, int keyCount, const(ubyte)[][] params)
interface
BinaryScriptingCommandsPipeline
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