redis / redis-om-spring

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

Is there any equivalent support for redis-om-micronaut as we have for redis-om-spring #308

Closed hhovhann closed 1 year ago

hhovhann commented 1 year ago

Dear colleagues please share some information Is there any equivalent support for redis-om-micronaut as we have for redis-om-spring or planing to ave, otherwise could be redis-om-spring annotations also used in Micronaut entities and had the same ?

Regards

bsbodden commented 1 year ago

@hhovhann Not at the moment but I agree that Micronaut and Quarkus are important members of the Java microservices ecosystem.

hhovhann commented 1 year ago

Thanks @bsbodden for your quick response. What if I would try to use the existing annotations for the Micronaut application ? Will those works, because even if in very happy case will start something for Micronaut and Quarkus that will take long while. Thanks

bsbodden commented 1 year ago

No, unfortunately the DI implementations in Spring, Quarkus and Micronaut are very different. But you should be able to use Jedis directly in the meantime.

hhovhann commented 1 year ago

Sure the low level we have :) At some point who will have for Quarkus (redis-om-quarkus) and Micronaut (redis-om-micronaut). Thanks for your answers