public class RedissonReactiveScriptingCommands extends Object implements org.springframework.data.redis.connection.ReactiveScriptingCommands
| Modifier and Type | Method and Description |
|---|---|
protected <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) |
reactor.core.publisher.Flux<Boolean> |
scriptExists(List<String> scriptShas) |
reactor.core.publisher.Mono<String> |
scriptFlush() |
reactor.core.publisher.Mono<String> |
scriptKill() |
reactor.core.publisher.Mono<String> |
scriptLoad(ByteBuffer script) |
static byte[] |
toByteArray(ByteBuffer buffer) |
protected RedisCommand<?> |
toCommand(org.springframework.data.redis.connection.ReturnType returnType,
String name) |
public reactor.core.publisher.Mono<String> scriptFlush()
scriptFlush in interface org.springframework.data.redis.connection.ReactiveScriptingCommandspublic reactor.core.publisher.Mono<String> scriptKill()
scriptKill in interface org.springframework.data.redis.connection.ReactiveScriptingCommandspublic reactor.core.publisher.Mono<String> scriptLoad(ByteBuffer script)
scriptLoad in interface org.springframework.data.redis.connection.ReactiveScriptingCommandspublic reactor.core.publisher.Flux<Boolean> scriptExists(List<String> scriptShas)
scriptExists in interface org.springframework.data.redis.connection.ReactiveScriptingCommandsprotected RedisCommand<?> toCommand(org.springframework.data.redis.connection.ReturnType returnType, String name)
public <T> reactor.core.publisher.Flux<T> eval(ByteBuffer script, org.springframework.data.redis.connection.ReturnType returnType, int numKeys, ByteBuffer... keysAndArgs)
eval in interface org.springframework.data.redis.connection.ReactiveScriptingCommandsprotected <T> reactor.core.publisher.Flux<T> convert(reactor.core.publisher.Mono<T> m)
public <T> reactor.core.publisher.Flux<T> evalSha(String scriptSha, org.springframework.data.redis.connection.ReturnType returnType, int numKeys, ByteBuffer... keysAndArgs)
evalSha in interface org.springframework.data.redis.connection.ReactiveScriptingCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2021 Redisson. All rights reserved.