redis-om-spring
redis-om-spring copied to clipboard
transaction support?
Hi, are transactions and @Transactional annotations supported?
Thank you for info, Frantisek
Not yet, we are planning on how to best implement it. Stay tuned.
is there any timeline, please? thx again :)
Likely with the 1.0 release ~ EOY
Waiting for this
Ref https://docs.spring.io/spring-data/redis/docs/2.7.7/reference/html/#tx
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.