memcached

memcached development tree

  • 所有者: memcached/memcached
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

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-24 23:34:25
推送于2025-05-23 01:35:36
最后一次提交2025-03-19 14:49:00
发布数128
最新版本名称1.6.38 (发布于 2025-03-19 14:51:07)
第一版名称1.2.0 (发布于 2009-03-03 00:32:34)
用户参与
星数13.9k
关注者数684
派生数3.3k
提交数2.2k
已启用问题?
问题数517
打开的问题数61
拉请求数130
打开的拉请求数24
关闭的拉请求数519
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?