How to use memcached from codeigniter

前端 未结 4 1909
我寻月下人不归
我寻月下人不归 2021-02-05 17:48

How to use memcached from codeigniter, and how to store session data to memcached. Please help me.

Thanks

4条回答
  •  太阳男子
    2021-02-05 18:26

    Here is an introduction to memcached and PHP:

    enhance_php_session_management

    As far as using memcached from CI, I imagine you would want to either add the caching code directly into your models, or from your Controllers you would want to check the cache before querying data from a model.

提交回复
热议问题