Closed as not planned
Description
AWS ElasticCache has disabled few commands one of them is Config command
When I try to set keyspaceNotificationsConfigParameter to any value it will try to call the config command and fail with error
"ERR unknown command 'CONFIG', with args beginning with: 'GET' 'notify-keyspace-events' "
I found that KeyspaceEventMessageListener class is trying to register this value on ElasticCache, and there is no way to escape it unless using empty string with EnableRedisRepositories annotation, but the empty string is not sending the events from ElasticCache to the listener, so I cannot use it as empty.
There should be a way to set the keyspaceNotificationsConfigParameter value without registering it on ElasticCache with Config command