memcached

memcached development tree

Github星跟踪图

Memcached

Memcached is a high performance multithreaded event-based key/value cache
store intended to be used in a distributed system.

See: https://memcached.org/about

A fun story explaining usage: https://memcached.org/tutorial

If you're having trouble, try the wiki: https://memcached.org/wiki

If you're trying to troubleshoot odd behavior or timeouts, see:
https://memcached.org/timeouts

https://memcached.org/ is a good resource in general. Please use the mailing
list to ask questions, github issues aren't seen by everyone!

Dependencies

  • libevent, https://www.monkey.org/~provos/libevent/ (libevent-dev)
  • libseccomp, (optional, experimental, linux) - enables process restrictions for
    better security. Tested only on x86_64 architectures.

Environment

Be warned that the -k (mlockall) option to memcached might be
dangerous when using a large cache. Just make sure the memcached machines
don't swap. memcached does non-blocking network I/O, but not disk. (it
should never go to disk, or you've lost the whole point of it)

Website

Contributing

See https://github.com/memcached/memcached/wiki/DevelopmentRepos

主要指标

概览
名称与所有者memcached/memcached
主编程语言C
编程语言Python (语言数: 10)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2009-04-25 07:34:25
推送于2025-10-10 05:58:49
最后一次提交2025-07-29 09:02:35
发布数129
最新版本名称1.6.39 (发布于 2025-07-29 09:19:19)
第一版名称1.2.0 (发布于 2009-03-03 16:32:34)
用户参与
星数14k
关注者数674
派生数3.3k
提交数2.3k
已启用问题?
问题数525
打开的问题数57
拉请求数134
打开的拉请求数23
关闭的拉请求数525
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?