Class RedissonReactiveRedisConnection
java.lang.Object
org.redisson.spring.data.connection.RedissonReactiveRedisConnection
- All Implemented Interfaces:
Closeable,AutoCloseable,org.springframework.data.redis.connection.ReactiveRedisConnection
- Direct Known Subclasses:
RedissonReactiveRedisClusterConnection
public class RedissonReactiveRedisConnection
extends Object
implements org.springframework.data.redis.connection.ReactiveRedisConnection
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested classes/interfaces inherited from interface 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void> org.springframework.data.redis.connection.ReactiveGeoCommandsprotected RedisClientgetEntry(org.springframework.data.redis.connection.RedisClusterNode node) org.springframework.data.redis.connection.ReactiveHashCommandsorg.springframework.data.redis.connection.ReactiveHyperLogLogCommandsorg.springframework.data.redis.connection.ReactiveKeyCommandsorg.springframework.data.redis.connection.ReactiveListCommandsorg.springframework.data.redis.connection.ReactiveNumberCommandsreactor.core.publisher.Mono<String> ping()org.springframework.data.redis.connection.ReactivePubSubCommandsorg.springframework.data.redis.connection.ReactiveScriptingCommandsorg.springframework.data.redis.connection.ReactiveServerCommandsorg.springframework.data.redis.connection.ReactiveSetCommandsorg.springframework.data.redis.connection.ReactiveStreamCommandsorg.springframework.data.redis.connection.ReactiveStringCommandsstatic byte[]toByteArray(ByteBuffer buffer) org.springframework.data.redis.connection.ReactiveZSetCommandsMethods 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.ReactiveRedisConnection
close
-
Constructor Details
-
RedissonReactiveRedisConnection
-
-
Method Details
-
closeLater
- Specified by:
closeLaterin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
keyCommands
public org.springframework.data.redis.connection.ReactiveKeyCommands keyCommands()- Specified by:
keyCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
stringCommands
public org.springframework.data.redis.connection.ReactiveStringCommands stringCommands()- Specified by:
stringCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
numberCommands
public org.springframework.data.redis.connection.ReactiveNumberCommands numberCommands()- Specified by:
numberCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
listCommands
public org.springframework.data.redis.connection.ReactiveListCommands listCommands()- Specified by:
listCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
setCommands
public org.springframework.data.redis.connection.ReactiveSetCommands setCommands()- Specified by:
setCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
zSetCommands
public org.springframework.data.redis.connection.ReactiveZSetCommands zSetCommands()- Specified by:
zSetCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
hashCommands
public org.springframework.data.redis.connection.ReactiveHashCommands hashCommands()- Specified by:
hashCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
geoCommands
public org.springframework.data.redis.connection.ReactiveGeoCommands geoCommands()- Specified by:
geoCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
hyperLogLogCommands
public org.springframework.data.redis.connection.ReactiveHyperLogLogCommands hyperLogLogCommands()- Specified by:
hyperLogLogCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
pubSubCommands
public org.springframework.data.redis.connection.ReactivePubSubCommands pubSubCommands()- Specified by:
pubSubCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
scriptingCommands
public org.springframework.data.redis.connection.ReactiveScriptingCommands scriptingCommands()- Specified by:
scriptingCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
serverCommands
public org.springframework.data.redis.connection.ReactiveServerCommands serverCommands()- Specified by:
serverCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
streamCommands
public org.springframework.data.redis.connection.ReactiveStreamCommands streamCommands()- Specified by:
streamCommandsin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
ping
- Specified by:
pingin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
toByteArray
-
getEntry
-