I want to use Spring Redis as a cache in reactive conditions. Which is better to use? Use multi() or transactions (ReactiveTransactionManager)? Perhaps try redis scripting (EVAL) (operations are atomic but slow)?
↧
I want to use Spring Redis as a cache in reactive conditions. Which is better to use? Use multi() or transactions (ReactiveTransactionManager)? Perhaps try redis scripting (EVAL) (operations are atomic but slow)?