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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?