| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| io.valkey.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
Response<List<Object>> |
StreamPipelineBinaryCommands.xread(XReadParams xReadParams,
Map.Entry<byte[],byte[]>... streams) |
List<Object> |
StreamBinaryCommands.xread(XReadParams xReadParams,
Map.Entry<byte[],byte[]>... streams) |
List<Map.Entry<String,List<StreamEntry>>> |
StreamCommands.xread(XReadParams xReadParams,
Map<String,StreamEntryID> streams)
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
|
Response<List<Map.Entry<String,List<StreamEntry>>>> |
StreamPipelineCommands.xread(XReadParams xReadParams,
Map<String,StreamEntryID> streams)
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
|
Map<String,List<StreamEntry>> |
StreamCommands.xreadAsMap(XReadParams xReadParams,
Map<String,StreamEntryID> streams)
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
|
Response<Map<String,List<StreamEntry>>> |
StreamPipelineCommands.xreadAsMap(XReadParams xReadParams,
Map<String,StreamEntryID> streams)
XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]
|
| Modifier and Type | Method and Description |
|---|---|
XReadParams |
XReadParams.block(int block) |
XReadParams |
XReadParams.count(int count) |
static XReadParams |
XReadParams.xReadParams() |
Copyright © 2024. All rights reserved.