Skip to content

Redis vectorset commands (13/13 implemented)

VADD

Add one or more elements to a vector set, or update its vector if it already exists

VCARD

Return the number of elements in a vector set

VDIM

Return the dimension of vectors in the vector set

VEMB

Return the vector associated with an element

VGETATTR

Retrieve the JSON attributes of elements

VINFO

Return information about a vector set

VISMEMBER

Check if an element exists in a vector set

Return the neighbors of an element at each layer in the HNSW graph

VRANDMEMBER

Return one or multiple random members from a vector set

VRANGE

Return vector set elements in a lex range

VREM

Remove an element from a vector set

VSETATTR

Associate or remove the JSON attributes of elements

VSIM

Return elements by vector similarity