I am trying to access an existing Azure Cache for Redis instance from a GET operation on APIM.
The cache content looks like this:
This is the policy I use to access the data:
When I test it on APIM, the Trace window shows this:
The prefix "2_" is actually the piece that causes an issue for me right now, as I am unable to use my Redis instance. It seems it is dynamically added by APIM. So far, I was unable to find any official documentation that explains this behavior.
Does anyone have any idea about anything related to this topic ?