如何在 memcached 中异步批量获取?

发布于 2024-12-11 00:31:12 字数 57 浏览 4 评论 0原文

是否可以使用spymemcached向memcached发送批量获取调用? (注意获取CAS ID)

Is it possible to send a bulk gets call to memcached using spymemcached? (Note the gets to get CAS ID)

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

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

发布评论

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

评论(1

软的没边 2024-12-18 00:31:12

没有办法在spymemcached 中发送批量获取。但在未来,所有操作很可能会在幕后作为批量操作发送。这意味着您将把所有内容作为单个操作发送,并且它们都将作为单个批量操作打包在spymemcached 中。此功能可能会在 3.0 版本中提供。

There is not a way to send bulk gets in spymemcached. In the future though all operations will most likely be sent as bulk operations under the hood. This means that you will send everything as a single operation and they will all get packaged up in spymemcached as a single bulk operation. This functionality might be available in version 3.0.

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