For security reasons We want to rename the command set and flushDb using the redis configuration. But I'm using the redisTemplate which only allows me to use the methods set and flushDb and not a renamed command.
Any idea?
Comment From: spencergibb
This is the spring boot issue tracker. You should ask here for Spring Data Redis https://jira.spring.io/browse/DATAREDIS
Comment From: snicoll
Thanks @spencergibb.
@bulldriver please review the guidelines for contributing and ask questions on StackOverflow.
Comment From: wangzhandongvip
I met the same problem, how did you fix it? the big thks