Class RedissonReactiveScriptingCommands
java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveScriptingCommands
- All Implemented Interfaces:
org.springframework.data.redis.connection.ReactiveScriptingCommands
public class RedissonReactiveScriptingCommands
extends Object
implements org.springframework.data.redis.connection.ReactiveScriptingCommands
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionprotected <T> reactor.core.publisher.Flux<T> convert(reactor.core.publisher.Mono<T> m) <T> reactor.core.publisher.Flux<T> eval(ByteBuffer script, org.springframework.data.redis.connection.ReturnType returnType, int numKeys, ByteBuffer... keysAndArgs) <T> reactor.core.publisher.Flux<T> evalSha(String scriptSha, org.springframework.data.redis.connection.ReturnType returnType, int numKeys, ByteBuffer... keysAndArgs) protected RedisClientgetEntry(org.springframework.data.redis.connection.RedisClusterNode node) reactor.core.publisher.Flux<Boolean> scriptExists(List<String> scriptShas) reactor.core.publisher.Mono<String> reactor.core.publisher.Mono<String> reactor.core.publisher.Mono<String> scriptLoad(ByteBuffer script) static byte[]toByteArray(ByteBuffer buffer) protected RedisCommand<?> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.connection.ReactiveScriptingCommands
scriptExists
-
Method Details
-
scriptFlush
- Specified by:
scriptFlushin interfaceorg.springframework.data.redis.connection.ReactiveScriptingCommands
-
scriptKill
- Specified by:
scriptKillin interfaceorg.springframework.data.redis.connection.ReactiveScriptingCommands
-
scriptLoad
- Specified by:
scriptLoadin interfaceorg.springframework.data.redis.connection.ReactiveScriptingCommands
-
scriptExists
- Specified by:
scriptExistsin interfaceorg.springframework.data.redis.connection.ReactiveScriptingCommands
-
toCommand
protected RedisCommand<?> toCommand(org.springframework.data.redis.connection.ReturnType returnType, String name) -
eval
public <T> reactor.core.publisher.Flux<T> eval(ByteBuffer script, org.springframework.data.redis.connection.ReturnType returnType, int numKeys, ByteBuffer... keysAndArgs) - Specified by:
evalin interfaceorg.springframework.data.redis.connection.ReactiveScriptingCommands
-
convert
protected <T> reactor.core.publisher.Flux<T> convert(reactor.core.publisher.Mono<T> m) -
evalSha
public <T> reactor.core.publisher.Flux<T> evalSha(String scriptSha, org.springframework.data.redis.connection.ReturnType returnType, int numKeys, ByteBuffer... keysAndArgs) - Specified by:
evalShain interfaceorg.springframework.data.redis.connection.ReactiveScriptingCommands
-
toByteArray
-
getEntry
-