Closed
Description
Currently spring-boot-starter-data-redis
pulls in Jedis while newly introduced spring-boot-starter-data-redis-reactive
pulls in Lettuce as Redis driver.
Since Lettuce is preferred choice for many and now has first-class support in Boot, perhaps the driver choice in spring-boot-starter-data-redis
could be reconsidered for Boot 2.0.