Provide a reactive template API typed to String interaction, similar to StringRedisTemplate.
Motivation is driven by Spring Boot's configuration mechanism as it configures just a ReactiveRedisTemplate<Object, Object> bean while the majority of users uses ReactiveRedisTemplate<String, String>. Spring Boot requires a different type to make it happen
spring-projects-issues commentedMay 4, 2017
Mark Paluch opened DATAREDIS-643 and commented
Provide a reactive template API typed to String interaction, similar to
StringRedisTemplate
.Motivation is driven by Spring Boot's configuration mechanism as it configures just a
ReactiveRedisTemplate<Object, Object>
bean while the majority of users usesReactiveRedisTemplate<String, String>
. Spring Boot requires a different type to make it happenReferenced from: pull request #288
The text was updated successfully, but these errors were encountered: