public class ShenyuReactiveRedisTemplate<K,V>
extends org.springframework.data.redis.core.ReactiveRedisTemplate<K,V>
| 构造器和说明 |
|---|
ShenyuReactiveRedisTemplate(org.springframework.data.redis.connection.ReactiveRedisConnectionFactory connectionFactory,
org.springframework.data.redis.serializer.RedisSerializationContext<K,V> serializationContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> reactor.core.publisher.Flux<T> |
execute(org.springframework.data.redis.core.script.RedisScript<T> script,
java.util.List<K> keys,
java.util.List<?> args) |
<T> reactor.core.publisher.Flux<T> |
execute(org.springframework.data.redis.core.script.RedisScript<T> script,
java.util.List<K> keys,
java.util.List<?> args,
org.springframework.data.redis.serializer.RedisElementWriter<?> argsWriter,
org.springframework.data.redis.serializer.RedisElementReader<T> resultReader) |
convertAndSend, copy, createFlux, createMono, createRedisConnectionProxy, delete, delete, execute, execute, executeInSession, expire, expireAt, getConnection, getConnectionFactory, getExpire, getSerializationContext, hasKey, keys, listenTo, listenToLater, move, opsForGeo, opsForGeo, opsForHash, opsForHash, opsForHyperLogLog, opsForHyperLogLog, opsForList, opsForList, opsForSet, opsForSet, opsForStream, opsForStream, opsForStream, opsForStream, opsForValue, opsForValue, opsForZSet, opsForZSet, persist, postProcessResult, preProcessConnection, randomKey, rename, renameIfAbsent, scan, type, unlink, unlinkpublic <T> reactor.core.publisher.Flux<T> execute(org.springframework.data.redis.core.script.RedisScript<T> script,
java.util.List<K> keys,
java.util.List<?> args)
public <T> reactor.core.publisher.Flux<T> execute(org.springframework.data.redis.core.script.RedisScript<T> script,
java.util.List<K> keys,
java.util.List<?> args,
org.springframework.data.redis.serializer.RedisElementWriter<?> argsWriter,
org.springframework.data.redis.serializer.RedisElementReader<T> resultReader)
Copyright © 2026 The Apache Software Foundation. All rights reserved.