| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.client.protocol | |
| org.redisson.client.protocol.decoder |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo<K,V> |
RedissonStream.getInfo() |
| Modifier and Type | Method and Description |
|---|---|
RFuture<StreamInfo<K,V>> |
RedissonStream.getInfoAsync() |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo<K,V> |
RStream.getInfo()
Returns information about this stream.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<StreamInfo<K,V>> |
RStreamRx.getInfo()
Returns information about this stream.
|
reactor.core.publisher.Mono<StreamInfo<K,V>> |
RStreamReactive.getInfo()
Returns information about this stream.
|
RFuture<StreamInfo<K,V>> |
RStreamAsync.getInfoAsync()
Returns information about this stream.
|
| Modifier and Type | Field and Description |
|---|---|
static RedisCommand<StreamInfo<Object,Object>> |
RedisCommands.XINFO_CONSUMERS |
static RedisCommand<StreamInfo<Object,Object>> |
RedisCommands.XINFO_GROUPS |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo<Object,Object> |
StreamInfoDecoder.decode(List<Object> parts,
State state) |
Copyright © 2014–2019 Redisson. All rights reserved.