Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 memcached php 或 nginx 哪个更好?或者我可以将两者一起使用吗?将两者结合使用有助于提高性能吗?为什么我看到 nginx 和 php memcached 都有,所以我很困惑这两者中的哪一个。
memcached是key-value存储服务器,nginx也是代理服务器,不能做对方的任务,可以一起使用。
memcached
nginx
如果您准确解释您要完成的工作,我可以提供更有用的答案。