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

前端 未结 13 1307
一个人的身影
一个人的身影 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条回答
  •  温柔的废话
    2020-11-28 01:26

    If this can help, I've done a wrapper based on a compilation of memcached 1.4.5 64-bits found through this page (direct link to NorthScale binary).

    It's a windows service and it works perfectly well in a production environment:
    https://github.com/eric-b/MemcachedService64

提交回复
热议问题