Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transactions in RedisOM? #448

Open
callanb opened this issue May 24, 2024 · 2 comments
Open

Transactions in RedisOM? #448

callanb opened this issue May 24, 2024 · 2 comments

Comments

@callanb
Copy link

callanb commented May 24, 2024

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
Copy link

tahan42 commented Jun 7, 2024

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

@bsbodden
Copy link
Contributor

Planned for 1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants