spring-integration icon indicating copy to clipboard operation
spring-integration copied to clipboard

Transaction Support For Redis [INT-3388]

Open spring-operator opened this issue 11 years ago • 1 comments

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

spring-operator avatar Apr 25 '14 07:04 spring-operator

Artem Bilan commented

Well, looks like that we can just provide <transactional> and even use our PseudoTransactionManager

spring-operator avatar Apr 25 '14 07:04 spring-operator