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 extends Object>, org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<I extends Object>, org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<I extends Object>, org.springframework.data.redis.connection.ReactiveRedisConnection.Command, org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<I extends Object,O extends Object>, org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand, org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand, org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<I extends Object,O extends Object>, org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<I extends Object,O extends Number>, org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand
-
-
Constructor Summary
Constructors Constructor Description RedissonReactiveRedisConnection(CommandReactiveExecutor executorService)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<Void>closeLater()org.springframework.data.redis.connection.ReactiveGeoCommandsgeoCommands()org.springframework.data.redis.connection.ReactiveHashCommandshashCommands()org.springframework.data.redis.connection.ReactiveHyperLogLogCommandshyperLogLogCommands()org.springframework.data.redis.connection.ReactiveKeyCommandskeyCommands()org.springframework.data.redis.connection.ReactiveListCommandslistCommands()org.springframework.data.redis.connection.ReactiveNumberCommandsnumberCommands()reactor.core.publisher.Mono<String>ping()org.springframework.data.redis.connection.ReactivePubSubCommandspubSubCommands()org.springframework.data.redis.connection.ReactiveScriptingCommandsscriptingCommands()org.springframework.data.redis.connection.ReactiveServerCommandsserverCommands()org.springframework.data.redis.connection.ReactiveSetCommandssetCommands()org.springframework.data.redis.connection.ReactiveStreamCommandsstreamCommands()org.springframework.data.redis.connection.ReactiveStringCommandsstringCommands()static byte[]toByteArray(ByteBuffer buffer)org.springframework.data.redis.connection.ReactiveZSetCommandszSetCommands()
-
-
-
Constructor Detail
-
RedissonReactiveRedisConnection
public RedissonReactiveRedisConnection(CommandReactiveExecutor executorService)
-
-
Method Detail
-
closeLater
public reactor.core.publisher.Mono<Void> 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
public reactor.core.publisher.Mono<String> ping()
- Specified by:
pingin interfaceorg.springframework.data.redis.connection.ReactiveRedisConnection
-
toByteArray
public static byte[] toByteArray(ByteBuffer buffer)
-
-