Is there a port of memcache to .Net?

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

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

相关标签:
6条回答
  • 2020-11-30 00:28

    And you might want to check our Velocity - Microsoft's distributed cache.

    0 讨论(0)
  • 2020-11-30 00:29

    And you might also want to check indeXus.net wich is implemented in c# (server and api)

    We were also using BeIt as a memcached client port since we had problem with enyim.

    0 讨论(0)
  • 2020-11-30 00:46

    Windows Server ports:

    • memcached for Win32
    • Jellycan Code - memcached

    Memcached .NET Client ports:

    • memcacheddotnet
    • enyim.com Memcached Client
    • BeIT
    0 讨论(0)
  • 2020-11-30 00:46

    There is no official support for windows builds. Check this link: https://github.com/memcached/memcached/wiki/Install

    For the clients, check this link: https://github.com/memcached/memcached/wiki/Clients

    Hope that helps.

    0 讨论(0)
  • 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
    0 讨论(0)
  • 2020-11-30 00:49

    Awesome port that's found on Codeplex :) check it out!

    0 讨论(0)
提交回复
热议问题