You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.