Closed
Description
Mark Paluch opened DATAREDIS-977 and commented
We should expose non-blocking connection creation methods to ReactiveRedisConnectionFactory
to be able to create connections within reactive flows.
We no longer require blocking in ReactiveScriptExecutor
and ReactiveRedisTemplate
execute methods.
That would allow us to get rid of AsynConnect
utilities that are used internally in LettuceReactiveRedisConnection
Reference URL: spring-projects/spring-boot#16756