Home >Backend Development >PHP Tutorial >thinkphp怎么跟memache和redis结合呢

thinkphp怎么跟memache和redis结合呢

WBOY
WBOYOriginal
2016-06-23 13:52:421051browse

我php ./ceh.php & 把代码运行在linux后台了。。 然后想关闭怎么关。。。。。。。。。。。。。
还有个问题怎么看发过来的数据 


回复讨论(解决方案)

像memcache和redias这些想要与PHP结合的话一般都是有组件提供给你去使用的,按照官方给的参考去做就可以了,要是想更具使用性建议自己封装操作类。

 使用ThinkPHP扩展,实现Redis的CURD操作 

http://blog.163.com/kefan_1987/blog/static/89780131201110251067341/thinkphp框架中使用memcache缓存的方法  

想关闭 easy  用 kill....

用ps找到pid,直接kill

killall php

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn