public interface RScript extends RScriptAsync
Modifier and Type | Interface and Description |
---|---|
static class |
RScript.Mode |
static class |
RScript.ReturnType |
Modifier and Type | Method and Description |
---|---|
<R> R |
eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType) |
<R> R |
eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> R |
eval(RScript.Mode mode,
String luaScript,
RScript.ReturnType returnType) |
<R> R |
eval(RScript.Mode mode,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> R |
evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType) |
<R> R |
evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> R |
evalSha(RScript.Mode mode,
String shaDigest,
RScript.ReturnType returnType) |
<R> R |
evalSha(RScript.Mode mode,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
List<Boolean> |
scriptExists(String... shaDigests) |
void |
scriptFlush() |
void |
scriptKill() |
String |
scriptLoad(String luaScript) |
evalAsync, evalAsync, evalAsync, evalAsync, evalAsync, evalShaAsync, evalShaAsync, evalShaAsync, evalShaAsync, scriptExistsAsync, scriptFlushAsync, scriptKillAsync, scriptLoadAsync
<R> R evalSha(RScript.Mode mode, String shaDigest, RScript.ReturnType returnType, List<Object> keys, Object... values)
<R> R evalSha(RScript.Mode mode, Codec codec, String shaDigest, RScript.ReturnType returnType, List<Object> keys, Object... values)
<R> R evalSha(RScript.Mode mode, String shaDigest, RScript.ReturnType returnType)
<R> R evalSha(RScript.Mode mode, Codec codec, String shaDigest, RScript.ReturnType returnType)
<R> R eval(RScript.Mode mode, String luaScript, RScript.ReturnType returnType, List<Object> keys, Object... values)
<R> R eval(RScript.Mode mode, Codec codec, String luaScript, RScript.ReturnType returnType, List<Object> keys, Object... values)
<R> R eval(RScript.Mode mode, String luaScript, RScript.ReturnType returnType)
<R> R eval(RScript.Mode mode, Codec codec, String luaScript, RScript.ReturnType returnType)
void scriptKill()
void scriptFlush()
Copyright © 2014–2016 The Redisson Project. All rights reserved.