可视化Elasticache中的Memcache集群中的数据。

huangapple go评论49阅读模式
英文:

Visualize the data in Memchache cluster in Elasticache

问题

我正在使用Elasticache中的memcache集群。在AWS用户界面上,我看不到我存储在缓存中的数据(存储一个JSON响应对象)。有没有办法我可以可视化这个JSON?

我想要查看缓存的数据的原因:
我最近更新了需要存储的JSON结构,想要验证新的结构是否被存储在缓存中。

英文:

I am using the memcache cluster in Elasticache. On the AWS UI, I do not see the data I am storing in the cache (storing a JSON response object). Is there a way I can visualize this json?

Why I want to see the data being cached:
I recently updated the json structure that needs to be stored and want to verify that the new structure is being stored in cache.

答案1

得分: 2

AWS只是为您管理Memcached服务器。它实际上并不关心数据。您需要通过Memcached客户端连接到Memcached集群来查看数据。

英文:

AWS just manages the Memchached servers for you. It doesn't really concern itself with the data. You would need to connect to the Memcached cluster via a Memcached client to view the data.

huangapple
  • 本文由 发表于 2023年2月18日 03:01:14
  • 转载请务必保留本文链接:https://go.coder-hub.com/75488321.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定