Can we use @Repository
interface with AWS ElastiCache
?
I can probably always have spring-data-redis
(assuming the underlying Cache is Redis) and use @Repository
but that will not be using the ElastiCache
APIs, which also means I'll lose the abstraction that the ElastiCache API will provide otherwise from the underlying data store...