Add smoke test for data-redis-reactive
mhalbritter opened this issue · 2 comments
mhalbritter commented
While debugging the session-redis sample I found there were some missing hints in reactor-netty. data-redis-reactive
could have detected that.
mhalbritter commented
Ah, this is not possible: "org.springframework.dao.InvalidDataAccessApiUsageException: Reactive Repositories are not supported by Redis"
mhalbritter commented
While repositories are not possible, it's possible to use the ReactiveRedisOperations
.