[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6130":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":17,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":15,"starSnapshotCount":15,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},6130,"memcached","memcached\u002Fmemcached","memcached development tree","https:\u002F\u002Fmemcached.org",null,"C",14197,3328,664,63,0,1,4,18,45,"BSD 3-Clause \"New\" or \"Revised\" License",false,"master",true,[],"2026-06-12 02:01:16","# Memcached\n\nMemcached is a high performance multithreaded event-based key\u002Fvalue cache\nstore intended to be used in a distributed system.\n\nSee: https:\u002F\u002Fmemcached.org\u002Fabout\n\nA fun story explaining usage: https:\u002F\u002Fmemcached.org\u002Ftutorial\n\nIf you're having trouble, try the wiki: https:\u002F\u002Fmemcached.org\u002Fwiki\n\nIf you're trying to troubleshoot odd behavior or timeouts, see:\nhttps:\u002F\u002Fmemcached.org\u002Ftimeouts\n\nhttps:\u002F\u002Fmemcached.org\u002F is a good resource in general. Please use the mailing\nlist to ask questions, github issues aren't seen by everyone!\n\n## Dependencies\n\n* libevent - https:\u002F\u002Fwww.monkey.org\u002F~provos\u002Flibevent\u002F (libevent-dev)\n* libseccomp (optional, experimental, linux) - enables process restrictions for\n  better security. Tested only on x86-64 architectures.\n* openssl (optional) - enables TLS support. need relatively up to date\n  version. pkg-config is needed to find openssl dependencies (such as -lz).\n\n## Building from tarball\n\nIf you downloaded this from the tarball, compilation is the standard process:\n\n```\n.\u002Fconfigure\nmake\nmake test # optional\nmake install\n```\n\nIf you want TLS support, install OpenSSL's development packages and change the\nconfigure line:\n\n```\n.\u002Fconfigure --enable-tls\n```\n\nIf you want to enable the memcached proxy:\n\n```\n.\u002Fconfigure --enable-proxy\n```\n\n## Building from git\n\nTo build memcached in your machine from local repo you will have to install\nautotools, automake and libevent. In a debian based system that will look\nlike this\n\n```\nsudo apt-get install autotools-dev automake libevent-dev\n```\n\nAfter that you can build memcached binary using automake\n\n```\ncd memcached\n.\u002Fautogen.sh\n.\u002Fconfigure\nmake\nmake test\n```\n\nIt should create the binary in the same folder, which you can run\n\n```\n.\u002Fmemcached\n```\n\nYou can telnet into that memcached to ensure it is up and running\n\n```\ntelnet 127.0.0.1 11211\nstats\n```\n\nIF BUILDING PROXY, AN EXTRA STEP IS NECESSARY:\n\nThe proxy has some additional vendor dependency code that we keep out of the\ntree.\n\n```\ncd memcached\ncd vendor\n.\u002Ffetch.sh\ncd ..\n.\u002Fautogen.sh\n.\u002Fconfigure --enable-proxy\nmake\nmake test\n```\n\n## Environment\n\nBe warned that the -k (mlockall) option to memcached might be\ndangerous when using a large cache. Just make sure the memcached machines\ndon't swap.  memcached does non-blocking network I\u002FO, but not disk.  (it\nshould never go to disk, or you've lost the whole point of it)\n\n## Build status\n\nSee https:\u002F\u002Fbuild.memcached.org\u002F for multi-platform regression testing status.\n\n## Bug reports\n\nFeel free to use the issue tracker on github.\n\n**If you are reporting a security bug** please contact a maintainer privately.\nWe follow responsible disclosure: we handle reports privately, prepare a\npatch, allow notifications to vendor lists. Then we push a fix release and your\nbug can be posted publicly with credit in our release notes and commit\nhistory.\n\n## Website\n\n* https:\u002F\u002Fwww.memcached.org\n\n## Contributing\n\nSee https:\u002F\u002Fgithub.com\u002Fmemcached\u002Fmemcached\u002Fwiki\u002FDevelopmentRepos\n","Memcached是一个高性能的多线程事件驱动型键值缓存存储系统，旨在用于分布式环境。它基于C语言开发，具有低延迟和高并发处理能力，支持多种操作系统平台。核心功能包括内存数据存储、快速的数据访问速度以及简单的协议接口。技术特点上，Memcached依赖于libevent库来实现异步I\u002FO操作，并可选支持TLS加密和通过libseccomp增强安全性。此项目适用于需要减少数据库负载、提高网站响应速度的各种Web应用场合，特别是在需要频繁读取但不经常更改的数据场景下表现尤为出色。",2,"2026-06-11 03:05:47","top_language"]