public interface RScriptReactive
Modifier and Type | Method and Description |
---|---|
<R> org.reactivestreams.Publisher<R> |
eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType) |
<R> org.reactivestreams.Publisher<R> |
eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> org.reactivestreams.Publisher<R> |
eval(RScript.Mode mode,
String luaScript,
RScript.ReturnType returnType) |
<R> org.reactivestreams.Publisher<R> |
eval(RScript.Mode mode,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> org.reactivestreams.Publisher<R> |
evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType) |
<R> org.reactivestreams.Publisher<R> |
evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> org.reactivestreams.Publisher<R> |
evalSha(RScript.Mode mode,
String shaDigest,
RScript.ReturnType returnType) |
<R> org.reactivestreams.Publisher<R> |
evalSha(RScript.Mode mode,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
org.reactivestreams.Publisher<List<Boolean>> |
scriptExists(String... shaDigests) |
org.reactivestreams.Publisher<Void> |
scriptFlush() |
org.reactivestreams.Publisher<Void> |
scriptKill() |
org.reactivestreams.Publisher<String> |
scriptLoad(String luaScript) |
org.reactivestreams.Publisher<Void> scriptFlush()
<R> org.reactivestreams.Publisher<R> evalSha(RScript.Mode mode, String shaDigest, RScript.ReturnType returnType, List<Object> keys, Object... values)
<R> org.reactivestreams.Publisher<R> evalSha(RScript.Mode mode, Codec codec, String shaDigest, RScript.ReturnType returnType, List<Object> keys, Object... values)
<R> org.reactivestreams.Publisher<R> evalSha(RScript.Mode mode, String shaDigest, RScript.ReturnType returnType)
<R> org.reactivestreams.Publisher<R> evalSha(RScript.Mode mode, Codec codec, String shaDigest, RScript.ReturnType returnType)
<R> org.reactivestreams.Publisher<R> eval(RScript.Mode mode, String luaScript, RScript.ReturnType returnType, List<Object> keys, Object... values)
<R> org.reactivestreams.Publisher<R> eval(RScript.Mode mode, Codec codec, String luaScript, RScript.ReturnType returnType, List<Object> keys, Object... values)
<R> org.reactivestreams.Publisher<R> eval(RScript.Mode mode, String luaScript, RScript.ReturnType returnType)
<R> org.reactivestreams.Publisher<R> eval(RScript.Mode mode, Codec codec, String luaScript, RScript.ReturnType returnType)
org.reactivestreams.Publisher<Void> scriptKill()
Copyright © 2014–2018 The Redisson Project. All rights reserved.