需要 PHP 中的分布式键值查找系统
This question asks for one in java,
what's the best candidate in PHP?
BTW,does the following establish:
distributed key value store ==
distributed cache
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Redis 具有高级缓存操作功能:
Redis如何支持分布式服务器:
There is Redis with advanced cache manipulation functions:
How is Redis supports distributed servers:
看看 Cassandra,它是 Facebook 使用的,应该很容易与 PHP 一起使用。
Have a look at Cassandra, it is used by Facebook and should be easy to use with PHP.
使用 MongoDb 或 Memcached
use MongoDb or Memcached