美文网首页
PHP7-memcache

PHP7-memcache

作者: 蟠龙有悔 | 来源:发表于2019-07-25 19:22 被阅读0次

    下载memcached

    http://static.runoob.com/download/memcached-win64-1.4.4-14.zip

    下载 php7 对应的memcache扩展

    https://github.com/nono303/PHP7-memcache-dll

    memcached 下载解压后,用管理员权限打开cmd 并切换到 memcached 压缩包解压后的目录,
    执行下面命令

    ~$ memcached -d install
    ~$ memcached -d start
    

    php7 的 memcache 扩展 找到 对应版本

    image.png

    相关文章

      网友评论

          本文标题:PHP7-memcache

          本文链接:https://www.haomeiwen.com/subject/hsvokctx.html