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