I have primary/backup rtpengine instances configured to use redis with each using a different keyspace and subscribing to the other. For example:
instance 1:
this works and fails over fine. However, if the delete command is issued after the failover the key is not deleted from the foreign keyspace so hangs around.
Is this expected behaviour?
Many thanks