memcached

memcached development tree

  • Owner: memcached community point_right projecs by owner (0)
  • Platform:
  • License:: BSD 3-Clause "New" or "Revised" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownermemcached/memcached
Primary LanguageC
Program languagePython (Language Count: 10)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2009-04-25 07:34:25
Pushed At2025-10-10 05:58:49
Last Commit At2025-07-29 09:02:35
Release Count129
Last Release Name1.6.39 (Posted on 2025-07-29 09:19:19)
First Release Name1.2.0 (Posted on 2009-03-03 16:32:34)
用户参与
Stargazers Count14k
Watchers Count674
Fork Count3.3k
Commits Count2.3k
Has Issues Enabled
Issues Count525
Issue Open Count57
Pull Requests Count134
Pull Requests Open Count23
Pull Requests Close Count525
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private