spring-integration
spring-integration copied to clipboard
Transaction Support For Redis [INT-3388]
Gary Russell opened INT-3388 and commented
See DATAREDIS-73 and its PR.
Consider where it might be appropriate - for example
queue-i-c-a->transformer->queue-o-c-a
can now be done within a MULTI/EXEC.
Especially when there are multiple downstream updates.
Referenced from: pull request https://github.com/spring-projects/spring-integration/pull/1257
Artem Bilan commented
Well, looks like that we can just provide <transactional> and even use our PseudoTransactionManager