We introduced reactor based reactive connection support via ReactiveRedisConnection and ReactiveRedisClusterConnection. A reactive connection can be obtained via the ConnectionFactory. This is currently only possible when using the Lettuce Redis driver. Original pull request: #229.