Hi, @CS Tan Welcome to the Microsoft Q&A forum, Thanks for posting your question.
As we understand the ask here is you want to know how to get Azure Cache for Redis server logs.
Some of the information is transparent and some are abstract here are the different commands you can use to see some server logs or metrics.
INFO command (returns information and statistics about the server )
slowlog help or slowlog (This includes client-side ones but still gives deeper insight. This is a container command for slow log management commands.)
Monitor command (debugging command that streams back every command processed by the Redis server. It can help in understanding what is happening to the database.) -
Please let me know if you are looking for any additional information.
Regards
Geetha
Please don't forget to click on or upvote button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer.