Can I get Memcached running on a Windows (x64) 64bit environment?

前端 未结 13 1321
一个人的身影
一个人的身影 2020-11-28 01:01

Does anyone know IF, WHEN or HOW I can get Memcached running on a Windows 64bit environment?

I\'m setting up a ne

13条回答
  •  萌比男神i
    2020-11-28 01:44

    Memcached 1.4.5 binary for win x64 can be found here: http://downloads.northscale.com/memcached-1.4.5-amd64.zip

    Another option would be to install Couchbase Server 1.8.0 x64 from here: http://www.couchbase.com/download, the bundled memcached seems to be version 1.7.1.1 (sounds like an internal version, I can't tell which is the real one)

    As for running memcached as a service, this tutorial might be enough:

    http://www.richardnichols.net/2010/08/install-memcached-on-windows-server/

提交回复
热议问题