swoft-cloud / swoft

🚀 PHP Microservice Full Coroutine Framework
https://swoft.org
Apache License 2.0
5.58k stars 786 forks source link

如何使用 Memcache? #409

Closed uiosun closed 6 years ago

uiosun commented 6 years ago

溜了一圈文档,只发现了一个 Redis?孤零零的

inhere commented 6 years ago

跟着swoole走的, redis 可以替代memcache,功能更强

uiosun commented 6 years ago

当前任务:迁移公司旧项目。 项目目的:解决公司其他项目耗时过长的工作(比方说定时更新Redis、Memcached 的缓存)。

所以在一个方法内,很可能两者都要用到。

@inhere 我现在在模仿 Swoft-Redis,写 Memcached 的组件。 到时候在类中,通过 @Inject 可以指定具体的 cache 吧?不太熟悉,先问清楚

uiosun commented 6 years ago

参考 EasySwoole 编写了 Memcached 驱动。 还没测试,先关闭 Issue 吧。