Is there a port of memcache to .Net?

后端 未结 6 2080
面向向阳花
面向向阳花 2020-11-30 00:26

I am interested if there is a port for the server implementation.

6条回答
  •  半阙折子戏
    2020-11-30 00:47

    If you're interested in running a memcached client on Windows then there are two additional open source servers that can do the job. Both implement the standard memcached server protocol and are written in Java so they run on Windows.

    • jmemcached
    • quickcached

提交回复
热议问题