| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.command | |
| org.redisson.misc | |
| org.redisson.reactive |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonReactive
Main infrastructure class allows to get access
to all Redisson objects on top of Redis server.
|
| Modifier and Type | Method and Description |
|---|---|
static RedissonReactiveClient |
Redisson.createReactive()
Create reactive Redisson instance with default config
|
static RedissonReactiveClient |
Redisson.createReactive(Config config)
Create reactive Redisson instance with provided config
|
| Modifier and Type | Field and Description |
|---|---|
protected RedissonReactiveClient |
CommandAsyncService.redissonReactive |
| Modifier and Type | Method and Description |
|---|---|
CommandAsyncExecutor |
CommandReactiveBatchService.enableRedissonReferenceSupport(RedissonReactiveClient redissonReactive) |
CommandAsyncExecutor |
CommandAsyncService.enableRedissonReferenceSupport(RedissonReactiveClient redissonReactive) |
CommandAsyncExecutor |
CommandAsyncExecutor.enableRedissonReferenceSupport(RedissonReactiveClient redissonReactive) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
RedissonObjectFactory.fromReference(RedissonReactiveClient redisson,
RedissonReference rr) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedissonBatchReactive.enableRedissonReferenceSupport(RedissonReactiveClient redissonReactive) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.