hunt-redis ~master (2021-11-19T08:51:56Z)
Home
Dub
Repo
BinaryScriptingCommandsPipeline.evalsha
hunt
redis
commands
BinaryScriptingCommandsPipeline
BinaryScriptingCommandsPipeline
Undocumented in source.
Response
!(
Object
)
evalsha
(const(ubyte)[] sha1)
Response
!(
Object
)
evalsha
(const(ubyte)[] sha1, List!(const(ubyte)[]) keys, List!(const(ubyte)[]) args)
Response
!(
Object
)
evalsha
(const(ubyte)[] sha1, int keyCount, const(ubyte)[][] params)
interface
BinaryScriptingCommandsPipeline
Response
!(
Object
)
evalsha
(
const
(
ubyte
)[]
sha1
,
int
keyCount
,
const
(
ubyte
)[][]
params
...
)
Meta
Source
See Implementation
hunt
redis
commands
BinaryScriptingCommandsPipeline
BinaryScriptingCommandsPipeline
functions
eval
evalsha