public class RedissonScriptReactive extends Object implements RScriptReactive
Constructor and Description |
---|
RedissonScriptReactive(CommandReactiveExecutor commandExecutor) |
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> |
eval(String key,
RScript.Mode mode,
Codec codec,
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) |
<R> org.reactivestreams.Publisher<R> |
evalSha(String key,
RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
org.reactivestreams.Publisher<List<Boolean>> |
scriptExists(String... shaDigests) |
org.reactivestreams.Publisher<List<Boolean>> |
scriptExists(String key,
String... shaDigests) |
org.reactivestreams.Publisher<Void> |
scriptFlush() |
org.reactivestreams.Publisher<Void> |
scriptKill() |
org.reactivestreams.Publisher<String> |
scriptLoad(String luaScript) |
org.reactivestreams.Publisher<String> |
scriptLoad(String key,
String luaScript) |
public RedissonScriptReactive(CommandReactiveExecutor commandExecutor)
public org.reactivestreams.Publisher<String> scriptLoad(String luaScript)
scriptLoad
in interface RScriptReactive
public <R> org.reactivestreams.Publisher<R> eval(RScript.Mode mode, String luaScript, RScript.ReturnType returnType, List<Object> keys, Object... values)
eval
in interface RScriptReactive
public <R> org.reactivestreams.Publisher<R> eval(RScript.Mode mode, Codec codec, String luaScript, RScript.ReturnType returnType, List<Object> keys, Object... values)
eval
in interface RScriptReactive
public <R> org.reactivestreams.Publisher<R> eval(String key, RScript.Mode mode, Codec codec, String luaScript, RScript.ReturnType returnType, List<Object> keys, Object... values)
public <R> org.reactivestreams.Publisher<R> evalSha(RScript.Mode mode, String shaDigest, RScript.ReturnType returnType, List<Object> keys, Object... values)
evalSha
in interface RScriptReactive
public <R> org.reactivestreams.Publisher<R> evalSha(RScript.Mode mode, Codec codec, String shaDigest, RScript.ReturnType returnType, List<Object> keys, Object... values)
evalSha
in interface RScriptReactive
public <R> org.reactivestreams.Publisher<R> evalSha(String key, RScript.Mode mode, Codec codec, String shaDigest, RScript.ReturnType returnType, List<Object> keys, Object... values)
public org.reactivestreams.Publisher<Void> scriptKill()
scriptKill
in interface RScriptReactive
public org.reactivestreams.Publisher<List<Boolean>> scriptExists(String... shaDigests)
scriptExists
in interface RScriptReactive
public org.reactivestreams.Publisher<List<Boolean>> scriptExists(String key, String... shaDigests)
public org.reactivestreams.Publisher<Void> scriptFlush()
scriptFlush
in interface RScriptReactive
public <R> org.reactivestreams.Publisher<R> evalSha(RScript.Mode mode, String shaDigest, RScript.ReturnType returnType)
evalSha
in interface RScriptReactive
public <R> org.reactivestreams.Publisher<R> evalSha(RScript.Mode mode, Codec codec, String shaDigest, RScript.ReturnType returnType)
evalSha
in interface RScriptReactive
public <R> org.reactivestreams.Publisher<R> eval(RScript.Mode mode, String luaScript, RScript.ReturnType returnType)
eval
in interface RScriptReactive
public <R> org.reactivestreams.Publisher<R> eval(RScript.Mode mode, Codec codec, String luaScript, RScript.ReturnType returnType)
eval
in interface RScriptReactive
Copyright © 2014–2016. All rights reserved.