Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ポータブルな C/C++ ソリューションが必要なので、Windows と Unix の両方で動作する Memcached 用の C/C++ クライアント ライブラリを探しています。助言がありますか?
Cにはlibmemcachedがあります。最も移植性が高いはずです:)
http://people.freebsd.org/~seanc/libmemcache/
HTH