VINFO

Syntax
VINFO key
Available since:
Redis Open Source 8.0.0
Time complexity:
O(1)
Compatibility:
Redis Enterprise and Redis Cloud compatibility

Return metadata and internal details about a vector set, including size, dimensions, quantization type, and graph structure.

VINFO word_embeddings
1) quant-type
2) int8
3) vector-dim
4) (integer) 300
5) size
6) (integer) 3000000
7) max-level
8) (integer) 12
9) vset-uid
10) (integer) 1
11) hnsw-max-node-uid
12) (integer) 3000000

Required arguments

key

is the name of the key that holds the vector set.

Redis Enterprise and Redis Cloud compatibility

Redis
Enterprise
Redis
Cloud
Notes
✅ Standard
✅ Active-Active
✅ Standard
✅ Active-Active

Return information

One of the following:

  • Array reply containing metadata and internal details about a vector set, including size, dimensions, quantization type, and graph structure.
  • Array reply (null array reply) for unknown key.
RATE THIS PAGE
Back to top ↑