| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| io.lettuce.core.output |
Implementation of different output protocols including the Streaming API.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<VectorMetadata> |
AbstractRedisReactiveCommands.vinfo(K key) |
Command<K,V,VectorMetadata> |
RedisVectorSetCommandBuilder.vinfo(K key)
Create a new
VINFO command to get information about a vector set. |
RedisFuture<VectorMetadata> |
AbstractRedisAsyncCommands.vinfo(K key) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<VectorMetadata> |
RedisVectorSetAsyncCommands.vinfo(K key)
Returns metadata and internal details about the vector set stored at
key. |
| Modifier and Type | Method and Description |
|---|---|
Mono<VectorMetadata> |
RedisVectorSetReactiveCommands.vinfo(K key)
Returns metadata and internal details about the vector set stored at
key. |
| Modifier and Type | Method and Description |
|---|---|
VectorMetadata |
RedisVectorSetCommands.vinfo(K key)
Returns metadata and internal details about the vector set stored at
key. |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<VectorMetadata> |
NodeSelectionVectorSetAsyncCommands.vinfo(K key)
Returns metadata and internal details about the vector set stored at
key. |
| Modifier and Type | Method and Description |
|---|---|
Executions<VectorMetadata> |
NodeSelectionVectorSetCommands.vinfo(K key)
Returns metadata and internal details about the vector set stored at
key. |
| Modifier and Type | Method and Description |
|---|---|
VectorMetadata |
VectorMetadataParser.parse(ComplexData dynamicData)
Parse the output of the Redis VINFO command and convert it to a
VectorMetadata object. |
Copyright © 2025 lettuce.io. All rights reserved.