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

transaction support?

Open cervenf opened this issue 2 years ago • 6 comments

Hi, are transactions and @Transactional annotations supported?

Thank you for info, Frantisek

cervenf avatar Sep 12 '22 08:09 cervenf

Not yet, we are planning on how to best implement it. Stay tuned.

bsbodden avatar Sep 13 '22 12:09 bsbodden

is there any timeline, please? thx again :)

cervenf avatar Sep 13 '22 18:09 cervenf

Likely with the 1.0 release ~ EOY

bsbodden avatar Sep 23 '22 16:09 bsbodden

Waiting for this

cscan avatar Jan 26 '23 09:01 cscan

Ref https://docs.spring.io/spring-data/redis/docs/2.7.7/reference/html/#tx

bsbodden avatar Jan 31 '23 19:01 bsbodden

hello,

I would like to ask. Is possible to implement something like this with redis OM:

  • there is a daily import of data
  • start "transaction"
  • delete data from the previous day
  • insert new data
  • if successful then "commit" transaction otherwise rollback
  • during this process data from previous date are still available.

Thank you.

cervenf avatar Aug 10 '23 07:08 cervenf