'way to override @RedisHash value in configuration

I'm using a framework which is based spring-data-redis, and the framework was using @RedisHash to set value the redis key uses. Is there a way to override the value set in @RedisHash?

I'm tring to use KeyspaceSettings to do that, but it seems not working. I've noticed the official documentation says "@RedisHash has the highest priority", is it the truth?

However, the annotated keyspace supersedes any other configuration.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source