public class RedissonReactiveRedisClusterConnection extends RedissonReactiveRedisConnection implements org.springframework.data.redis.connection.ReactiveRedisClusterConnection
org.springframework.data.redis.connection.ReactiveRedisConnection.AbsentByteBufferResponse<I>, org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<I>, org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<I>, org.springframework.data.redis.connection.ReactiveRedisConnection.Command, org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<I,O>, org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand, org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand, org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<I,O>, org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<I,O extends Number>, org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand| Constructor and Description |
|---|
RedissonReactiveRedisClusterConnection(CommandReactiveExecutor executorService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.redis.connection.ReactiveClusterGeoCommands |
geoCommands() |
org.springframework.data.redis.connection.ReactiveClusterHashCommands |
hashCommands() |
org.springframework.data.redis.connection.ReactiveClusterHyperLogLogCommands |
hyperLogLogCommands() |
org.springframework.data.redis.connection.ReactiveClusterKeyCommands |
keyCommands() |
org.springframework.data.redis.connection.ReactiveClusterListCommands |
listCommands() |
org.springframework.data.redis.connection.ReactiveClusterNumberCommands |
numberCommands() |
reactor.core.publisher.Mono<String> |
ping(org.springframework.data.redis.connection.RedisClusterNode node) |
org.springframework.data.redis.connection.ReactiveClusterServerCommands |
serverCommands() |
org.springframework.data.redis.connection.ReactiveClusterSetCommands |
setCommands() |
org.springframework.data.redis.connection.ReactiveClusterStreamCommands |
streamCommands() |
org.springframework.data.redis.connection.ReactiveClusterStringCommands |
stringCommands() |
static byte[] |
toByteArray(ByteBuffer buffer) |
org.springframework.data.redis.connection.ReactiveClusterZSetCommands |
zSetCommands() |
closeLater, ping, pubSubCommands, scriptingCommandspublic RedissonReactiveRedisClusterConnection(CommandReactiveExecutor executorService)
public org.springframework.data.redis.connection.ReactiveClusterKeyCommands keyCommands()
keyCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionkeyCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionkeyCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterStringCommands stringCommands()
stringCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionstringCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionstringCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterNumberCommands numberCommands()
numberCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionnumberCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionnumberCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterListCommands listCommands()
listCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionlistCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionlistCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterSetCommands setCommands()
setCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionsetCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionsetCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterZSetCommands zSetCommands()
zSetCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionzSetCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionzSetCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterHashCommands hashCommands()
hashCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionhashCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionhashCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterGeoCommands geoCommands()
geoCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectiongeoCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectiongeoCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterHyperLogLogCommands hyperLogLogCommands()
hyperLogLogCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionhyperLogLogCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionhyperLogLogCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterServerCommands serverCommands()
serverCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionserverCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionserverCommands in class RedissonReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterStreamCommands streamCommands()
streamCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionstreamCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionstreamCommands in class RedissonReactiveRedisConnectionpublic reactor.core.publisher.Mono<String> ping(org.springframework.data.redis.connection.RedisClusterNode node)
ping in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionpublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2020 Redisson. All rights reserved.