In order to implement some kind of namespace, I need to prefix the keys of a Redis JPA repository with a static string within a whole Spring application.
I read about the spring.cache.redis.key-prefix
configuration option but it seems to be applicable to caches only.
How do I get the same behavior for JPA repositories?