| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<VectorInfo> |
BuilderFactory.VECTOR_INFO |
| Modifier and Type | Method and Description |
|---|---|
VectorInfo |
UnifiedJedis.vinfo(java.lang.String key) |
VectorInfo |
Jedis.vinfo(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
Response<VectorInfo> |
PipeliningBase.vinfo(java.lang.String key) |
CommandObject<VectorInfo> |
CommandObjects.vinfo(java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
VectorInfo |
VectorSetCommands.vinfo(java.lang.String key)
VINFO Command Get information
about a vector set.
|
| Modifier and Type | Method and Description |
|---|---|
Response<VectorInfo> |
VectorSetPipelineCommands.vinfo(java.lang.String key)
VINFO Command Get information
about a vector set.
|
Copyright © 2025. All rights reserved.