redis / redis-om-spring

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

Transactions in RedisOM? #448

Open callanb opened 4 months ago

callanb commented 4 months ago

I am looking to perform transactional operations using redis om spring. Does the JPA @Transcational annotation work with redis om spring? If not, is it possible to opt-in to the lower level transactions provided by redistemplate?

Thanks for any advice

tahan42 commented 3 months ago

+1 @Transactional annotation should send all write commands in the surrounded method in one Redis transaction

bsbodden commented 3 months ago

Planned for 1.0.0