Azure redis缓存 - 阅读/写信

发布于 01-22 02:45 字数 150 浏览 5 评论 0原文

我正在建造一个架构,我们想添加一个缓存层。缓存可以具有不同的模式,例如高速缓存,阅读,写作等

。我知道Azure Redis Cache提供了缓存模式功能,但我想通过模式实现读取。

托管实例是否本地提供读/写入模式?如果是,您可以将实施步骤的文档发送给我吗?

I am building an architecture where we would like to add a caching layer. Caching can have different patterns like cache-aside, read through, write through etc

I wanted to know if we can implement Read Through, Write Through in Azure Redis Managed Instance? I know Azure Redis Cache provides cache aside pattern feature but I would like to implement Read through pattern.

Does the managed instance natively provides read through/write through pattern? If yes, can you please send me the documentation of the implementation steps?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伴我老 2025-01-29 02:45:04

管理实例不提供读取/写入 - 您需要使用其中一个食谱使用RedisGears模块: rgsync rghibernate

The manages instances don't provide read-through/write-through for that you'll need to use RedisGears module with one of the recipes: rgsync or rghibernate

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文