com.lordofthejars.nosqlunit.redis.embedded
public class ScriptingServerOperations extends Object
| Constructor and Description |
|---|
ScriptingServerOperations() |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(byte[] script,
byte[] keyCount,
byte[][] params) |
Object |
eval(byte[] script,
List<byte[]> keys,
List<byte[]> args)
Evaluates scripts using the Lua interpreter built into Redis starting
from version 2.6.0.
|
Object |
evalsha(byte[] sha1,
byte[] keyCount,
byte[]... params) |
List<Long> |
scriptExists(byte[]... sha1) |
byte[] |
scriptFlush() |
byte[] |
scriptKill() |
byte[] |
scriptLoad(byte[] script) |
public Object eval(byte[] script, List<byte[]> keys, List<byte[]> args)
public Object eval(byte[] script, byte[] keyCount, byte[][] params)
public Object evalsha(byte[] sha1, byte[] keyCount, byte[]... params)
public byte[] scriptFlush()
public byte[] scriptKill()
public byte[] scriptLoad(byte[] script)
Copyright © 2014. All Rights Reserved.