redis / redis-om-spring

Spring Data Redis extensions for better search, documents models, and more
MIT License
609 stars 94 forks source link

Using Lettuce with redis-om-spring #502

Closed shannonantony closed 3 months ago

shannonantony commented 3 months ago

@bsbodden, Thank you for your hard work and for supporting the Redis community.

I have a question regarding Redis-OM-Spring. Specifically, I would like to know if Redis-OM-Spring supports the Lettuce library. Given that Lettuce is the default client in Spring Boot, and it offers valuable features such as inherent thread safety and replica load balancing, particularly when used with Redis Sentinel.

If Lettuce is not currently supported, are there any plans to include this support in future releases?

Thank you Jay

ruispereira commented 3 months ago

+1

bsbodden commented 3 months ago

See https://github.com/redis/redis-om-spring/issues/426