Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.commands | |
redis.clients.jedis.params |
Modifier and Type | Method and Description |
---|---|
Response<List<byte[]>> |
MultiKeyPipelineBase.xreadGroup(byte[] groupname,
byte[] consumer,
XReadGroupParams xReadGroupParams,
Map.Entry<byte[],byte[]>... streams) |
List<byte[]> |
BinaryJedisCluster.xreadGroup(byte[] groupname,
byte[] consumer,
XReadGroupParams xReadGroupParams,
Map.Entry<byte[],byte[]>... streams)
Deprecated.
|
List<byte[]> |
BinaryJedis.xreadGroup(byte[] groupname,
byte[] consumer,
XReadGroupParams xReadGroupParams,
Map.Entry<byte[],byte[]>... streams)
Deprecated.
|
void |
BinaryClient.xreadGroup(byte[] groupname,
byte[] consumer,
XReadGroupParams params,
Map.Entry<byte[],byte[]>... streams)
Deprecated.
|
Response<List<Map.Entry<String,List<StreamEntry>>>> |
MultiKeyPipelineBase.xreadGroup(String groupname,
String consumer,
XReadGroupParams xReadGroupParams,
Map<String,StreamEntryID> streams) |
List<Map.Entry<String,List<StreamEntry>>> |
JedisCluster.xreadGroup(String groupname,
String consumer,
XReadGroupParams xReadGroupParams,
Map<String,StreamEntryID> streams) |
List<Map.Entry<String,List<StreamEntry>>> |
Jedis.xreadGroup(String groupname,
String consumer,
XReadGroupParams xReadGroupParams,
Map<String,StreamEntryID> streams) |
void |
Client.xreadGroup(String groupname,
String consumer,
XReadGroupParams params,
Map<String,StreamEntryID> streams)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Response<List<byte[]>> |
MultiKeyBinaryRedisPipeline.xreadGroup(byte[] groupname,
byte[] consumer,
XReadGroupParams xReadGroupParams,
Map.Entry<byte[],byte[]>... streams) |
List<byte[]> |
MultiKeyBinaryJedisClusterCommands.xreadGroup(byte[] groupname,
byte[] consumer,
XReadGroupParams xReadGroupParams,
Map.Entry<byte[],byte[]>... streams) |
List<byte[]> |
MultiKeyBinaryCommands.xreadGroup(byte[] groupname,
byte[] consumer,
XReadGroupParams xReadGroupParams,
Map.Entry<byte[],byte[]>... streams) |
List<Map.Entry<String,List<StreamEntry>>> |
MultiKeyJedisClusterCommands.xreadGroup(String groupname,
String consumer,
XReadGroupParams xReadGroupParams,
Map<String,StreamEntryID> streams) |
Response<List<Map.Entry<String,List<StreamEntry>>>> |
MultiKeyCommandsPipeline.xreadGroup(String groupname,
String consumer,
XReadGroupParams xReadGroupParams,
Map<String,StreamEntryID> streams) |
List<Map.Entry<String,List<StreamEntry>>> |
MultiKeyCommands.xreadGroup(String groupname,
String consumer,
XReadGroupParams xReadGroupParams,
Map<String,StreamEntryID> streams) |
void |
Commands.xreadGroup(String groupname,
String consumer,
XReadGroupParams params,
Map<String,StreamEntryID> streams) |
Modifier and Type | Method and Description |
---|---|
XReadGroupParams |
XReadGroupParams.block(int block) |
XReadGroupParams |
XReadGroupParams.count(int count) |
XReadGroupParams |
XReadGroupParams.noAck() |
static XReadGroupParams |
XReadGroupParams.xReadGroupParams() |
Copyright © 2024. All rights reserved.