spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

Feat/support for redis 8 vector sets

Open AnneMayor opened this issue 3 months ago • 4 comments

This PR implements a partial feature to validate the code conventions and assess the impact scope. If this approach aligns with the project's direction, I will proceed with implementing the remaining functionality.

Please review and let me know if this is the right approach.

AS-IS

no support for redis 8 vector set

TO-BE

add feature vAdd of redis 8 vector set for Jedis partially resolved #3153

Next Step

  • [ ] Add support for Lettuce
  • [ ] Implement other features of redis 8 vector set

  • [x] You have read the Spring Data contribution guidelines.
  • [x] You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • [x] You submit test cases (unit or integration tests) that back your changes.
  • [x] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

AnneMayor avatar Sep 21 '25 13:09 AnneMayor