Azure redis缓存 - 阅读/写信
我正在建造一个架构,我们想添加一个缓存层。缓存可以具有不同的模式,例如高速缓存,阅读,写作等
。我知道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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
管理实例不提供读取/写入 - 您需要使用其中一个食谱使用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