How to read/stream Redis server logs?

CS Tan 1 Reputation point
2022-09-06T08:37:31.43+00:00

Is there any way to read/stream Azure Cache for Redis server logs?

Something like AWS ElastiCache Redis engine logs:
238133-image.png

Thank you

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
259 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 29,477 Reputation points Microsoft Employee
    2022-09-06T14:33:35.803+00:00

    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 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.