redis/spring-batch-redis

Multi/exec in DataStructureItemWriter is unnecessary

jruaux opened this issue · 0 comments

Multi/exec is not needed as commands are pipelined and flushed right away already. In addition, multi/exec does not work on a clustered connection