Skip to content

Add support for Redis 8 Vector Sets #3153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JonSmall opened this issue May 16, 2025 · 2 comments
Open

Add support for Redis 8 Vector Sets #3153

JonSmall opened this issue May 16, 2025 · 2 comments
Labels
type: enhancement A general enhancement

Comments

@JonSmall
Copy link

Need Redis8 Vector Support

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 16, 2025
@mortensi
Copy link

Hi @JonSmall, are you referring to the Redis Query Engine, which supports vector search for vectors stored in hashes or JSON, or the new vector sets data type? Both are available since Redis 8.

@mp911de mp911de changed the title Redis8 Vector Support Add support for Redis 8 Vector Sets May 19, 2025
@mp911de mp911de added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels May 19, 2025
@tishun
Copy link
Contributor

tishun commented May 28, 2025

FWIW (and if we are talking about Redis 8 vector sets) the Jedis and Lettuce drivers have items to implement this support:

When these are complete the spring-data-redis can consume the solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

5 participants