BinaryScriptingCommands

Undocumented in source.

Members

Functions

eval
Object eval(const(ubyte)[] script, const(ubyte)[] keyCount, const(ubyte)[][] params)
Undocumented in source.
eval
Object eval(const(ubyte)[] script, int keyCount, const(ubyte)[][] params)
Undocumented in source.
eval
Object eval(const(ubyte)[] script, List!(const(ubyte)[]) keys, List!(const(ubyte)[]) args)
Undocumented in source.
eval
Object eval(const(ubyte)[] script)
Undocumented in source.
evalsha
Object evalsha(const(ubyte)[] sha1)
Undocumented in source.
evalsha
Object evalsha(const(ubyte)[] sha1, List!(const(ubyte)[]) keys, List!(const(ubyte)[]) args)
Undocumented in source.
evalsha
Object evalsha(const(ubyte)[] sha1, int keyCount, const(ubyte)[][] params)
Undocumented in source.
scriptExists
List!(long) scriptExists(const(ubyte)[][] sha1)
Undocumented in source.
scriptFlush
string scriptFlush()
Undocumented in source.
scriptKill
string scriptKill()
Undocumented in source.
scriptLoad
const(ubyte)[] scriptLoad(const(ubyte)[] script)
Undocumented in source.

Meta