We are doing a record Lookup from redis cache in api gateway v10.0 and trying to print out the value but are only getting the Object as the output.
We are using the "Select Target Message" option with a context variable from the "Lookup from Remote Cache Assertion", which is being printed out.
Could you please help with this?
Release : 10.1
Component : API GATEWAY
The return is of type message, this is why it shows up as a Object
The configuration was working, the issue is the return back from Redis was message
Need to set the Return message responses assertion with mainpart
${variableName.mainpart}
NOTE: To set the value for Cache Entry Key in Redis set the target using a variable (not response or request)