| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
| Modifier and Type | Field and Description |
|---|---|
static Builder<StreamInfo> |
BuilderFactory.STREAM_INFO |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo |
BinaryJedis.xinfoStream(byte[] key) |
StreamInfo |
BinaryShardedJedis.xinfoStream(byte[] key) |
StreamInfo |
Jedis.xinfoStream(String key) |
StreamInfo |
ShardedJedis.xinfoStream(String key) |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo |
BinaryJedisCommands.xinfoStream(byte[] key) |
StreamInfo |
JedisCommands.xinfoStream(String key)
Introspection command used in order to retrieve different information about the stream
|
Copyright © 2020. All rights reserved.