public class RedissonReactiveRedisConnection extends Object implements org.springframework.data.redis.connection.ReactiveRedisConnection
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 |
|---|
RedissonReactiveRedisConnection(CommandReactiveExecutor executorService) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
closeLater() |
org.springframework.data.redis.connection.ReactiveGeoCommands |
geoCommands() |
org.springframework.data.redis.connection.ReactiveHashCommands |
hashCommands() |
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands |
hyperLogLogCommands() |
org.springframework.data.redis.connection.ReactiveKeyCommands |
keyCommands() |
org.springframework.data.redis.connection.ReactiveListCommands |
listCommands() |
org.springframework.data.redis.connection.ReactiveNumberCommands |
numberCommands() |
reactor.core.publisher.Mono<String> |
ping() |
org.springframework.data.redis.connection.ReactivePubSubCommands |
pubSubCommands() |
org.springframework.data.redis.connection.ReactiveScriptingCommands |
scriptingCommands() |
org.springframework.data.redis.connection.ReactiveServerCommands |
serverCommands() |
org.springframework.data.redis.connection.ReactiveSetCommands |
setCommands() |
org.springframework.data.redis.connection.ReactiveStreamCommands |
streamCommands() |
org.springframework.data.redis.connection.ReactiveStringCommands |
stringCommands() |
static byte[] |
toByteArray(ByteBuffer buffer) |
org.springframework.data.redis.connection.ReactiveZSetCommands |
zSetCommands() |
public RedissonReactiveRedisConnection(CommandReactiveExecutor executorService)
public reactor.core.publisher.Mono<Void> closeLater()
closeLater in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveKeyCommands keyCommands()
keyCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveStringCommands stringCommands()
stringCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveNumberCommands numberCommands()
numberCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveListCommands listCommands()
listCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveSetCommands setCommands()
setCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveZSetCommands zSetCommands()
zSetCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveHashCommands hashCommands()
hashCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveGeoCommands geoCommands()
geoCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveHyperLogLogCommands hyperLogLogCommands()
hyperLogLogCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactivePubSubCommands pubSubCommands()
pubSubCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveScriptingCommands scriptingCommands()
scriptingCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveServerCommands serverCommands()
serverCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveStreamCommands streamCommands()
streamCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic reactor.core.publisher.Mono<String> ping()
ping in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2020 Redisson. All rights reserved.