Is your feature request related to a problem? Please describe.
I'd like to use redis in cluster mode while also have the possibility to run reactive stuff. Currently there is only jedis lib which is synchronous, for asyn/reactive stuff we would need to have Lettuce.
Describe the solution you'd like
Have a possibility to decide which library we want to use (e.g for synchronous or reactive paradigm)