【Azure Redis 缓存】Azure Cache for Redis 是否记录具体读/写(Get/Set)或删除(Del)了哪些key呢?

问题描述

在Azure Redis的门户活动日志中,可以查看到的是对于Redis资源本身的操作。但是对于客户端连接到Redis服务后,对服务所做出的读写,或删除操作,是否有日志可以查看到呢?

No alt text provided for this image

问题回答

Redis服务的日志中并不会记录客户端对于Redis服务本身所进行的每一次读写操作的日志,但是它会通过指标的形式来显示这一段时间Get/Set的统计数据,但是无法查看到删除错误的执行(Del)。操作方式为:

Azure Redis Portal --> Metrics --> Get / Set.
No alt text provided for this image

其他可以查看的指标还有:https://docs.azure.cn/zh-cn/azure-cache-for-redis/cache-how-to-monitor#available-metrics-and-reporting-intervals

参考资料

活动日志 : https://docs.azure.cn/zh-cn/azure-cache-for-redis/cache-how-to-monitor#activity-logs

监视用于 Redis 的 Azure 缓存https://docs.azure.cn/zh-cn/azure-cache-for-redis/cache-how-to-monitor#view-pre-configured-metrics-charts

当在复杂的环境中面临问题,格物之道需:浊而静之徐清,安以动之徐生。 云中,恰是如此!

分类: 【Azure Redis 缓存】

标签: Redis Get/Set指标, Azure Redis
© 著作权归作者所有,转载或内容合作请联系作者

喜欢的朋友记得点赞、收藏、关注哦!!!

相关推荐
老马识途2.05 小时前
在AI的帮助下理解spring的启动过程
java·前端·spring
不才不才不不才6 小时前
Spring AI 实战:聊天、提示词、记忆三件套
java·人工智能·spring·ai
一 乐8 小时前
家政服务管理系统|基于springboot + vue家政服务管理系统(源码+数据库+文档)
java·数据库·vue.js·spring boot·论文·毕设·家政服务管理系统
椰椰椰耶9 小时前
[SpringCloud][14]OpenFeign参数传递方法
后端·spring·spring cloud
摇滚侠10 小时前
SpringMVC 入门到实战 DispatcherServlet 源码解读 92-95
java·后端·spring·maven·intellij-idea
键盘歌唱家10 小时前
Spring AI 入门分享:它和“直接调 API“到底差在哪
java·人工智能·spring
码不停蹄的玄黓11 小时前
Spring Bean 生命周期
java·后端·spring
老马聊技术12 小时前
AI对话功能之SpringBoot整合Vue3
vue.js·人工智能·spring boot·后端
码不停蹄的玄黓12 小时前
SpringBoot 全局异常处理器实现
java·spring boot·后端
可乐ea14 小时前
【Spring Boot + MyBatis|第7篇】JWT 登录认证与拦截器实现
java·spring boot·后端·mybatis·状态模式