在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → memcached缓存代码

memcached缓存代码

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:1.63M
  • 下载次数:6
  • 浏览次数:46
  • 发布时间:2022-11-17
  • 实例类别:C/C++语言基础
  • 发 布 人:西红柿炒蛋炒面
  • 文件格式:.gz
  • 所需积分:2
 相关标签: memcached缓存

实例介绍

【实例简介】memcached缓存代码

【实例截图】

from clipboard

【核心代码】

.
├── memcached-1.6.17
│   ├── AUTHORS
│   ├── COPYING
│   ├── ChangeLog
│   ├── LICENSE.bipbuffer
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── NEWS
│   ├── README.md
│   ├── aclocal.m4
│   ├── assoc.c
│   ├── assoc.h
│   ├── authfile.c
│   ├── authfile.h
│   ├── base64.c
│   ├── base64.h
│   ├── bipbuffer.c
│   ├── bipbuffer.h
│   ├── cache.c
│   ├── cache.h
│   ├── compile
│   ├── config.guess
│   ├── config.h.in
│   ├── config.sub
│   ├── configure
│   ├── configure.ac
│   ├── crawler.c
│   ├── crawler.h
│   ├── crc32c.c
│   ├── crc32c.h
│   ├── daemon.c
│   ├── darwin_priv.c
│   ├── depcomp
│   ├── doc
│   │   ├── CONTRIBUTORS
│   │   ├── Doxyfile
│   │   ├── Makefile
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── memcached.1
│   │   ├── napi_ids.txt
│   │   ├── new_lru.txt
│   │   ├── protocol-binary-range.txt
│   │   ├── protocol-binary-range.xml
│   │   ├── protocol-binary.full
│   │   ├── protocol-binary.txt
│   │   ├── protocol-binary.xml
│   │   ├── protocol.txt
│   │   ├── readme.txt
│   │   ├── storage.txt
│   │   ├── threads.txt
│   │   ├── tls.txt
│   │   └── xml2rfc
│   │       ├── reference.RFC.0768.xml
│   │       ├── reference.RFC.2119.xml
│   │       ├── rfc2629-noinc.xsl
│   │       ├── rfc2629-other.ent
│   │       ├── rfc2629-refchk.xsl
│   │       ├── rfc2629-xhtml.ent
│   │       └── rfc2629.dtd
│   ├── extstore.c
│   ├── extstore.h
│   ├── freebsd_priv.c
│   ├── hash.c
│   ├── hash.h
│   ├── install-sh
│   ├── items.c
│   ├── items.h
│   ├── itoa_ljust.c
│   ├── itoa_ljust.h
│   ├── jenkins_hash.c
│   ├── jenkins_hash.h
│   ├── linux_priv.c
│   ├── logger.c
│   ├── logger.h
│   ├── m4
│   │   └── c99-backport.m4
│   ├── md5.c
│   ├── md5.h
│   ├── memcached.c
│   ├── memcached.h
│   ├── memcached.spec
│   ├── memcached_dtrace.d
│   ├── missing
│   ├── murmur3_hash.c
│   ├── murmur3_hash.h
│   ├── openbsd_priv.c
│   ├── proto_bin.c
│   ├── proto_bin.h
│   ├── proto_proxy.c
│   ├── proto_proxy.h
│   ├── proto_text.c
│   ├── proto_text.h
│   ├── protocol_binary.h
│   ├── proxy.h
│   ├── proxy_await.c
│   ├── proxy_config.c
│   ├── proxy_jump_hash.c
│   ├── proxy_lua.c
│   ├── proxy_network.c
│   ├── proxy_request.c
│   ├── proxy_ring_hash.c
│   ├── proxy_ustats.c
│   ├── proxy_xxhash.c
│   ├── queue.h
│   ├── restart.c
│   ├── restart.h
│   ├── sasl_defs.c
│   ├── sasl_defs.h
│   ├── scripts
│   │   ├── README.damemtop
│   │   ├── damemtop
│   │   ├── damemtop.yaml
│   │   ├── memcached-automove
│   │   ├── memcached-automove-extstore
│   │   ├── memcached-init
│   │   ├── memcached-server.upstart
│   │   ├── memcached-tool
│   │   ├── memcached-tool.1
│   │   ├── memcached.service
│   │   ├── memcached.sysconfig
│   │   ├── memcached.sysv
│   │   ├── memcached.upstart
│   │   ├── memcached@.service
│   │   └── start-memcached
│   ├── sizes.c
│   ├── slab_automove.c
│   ├── slab_automove.h
│   ├── slab_automove_extstore.c
│   ├── slab_automove_extstore.h
│   ├── slabs.c
│   ├── slabs.h
│   ├── solaris_priv.c
│   ├── stats_prefix.c
│   ├── stats_prefix.h
│   ├── storage.c
│   ├── storage.h
│   ├── t
│   │   ├── 00-startup.t
│   │   ├── 64bit.t
│   │   ├── README-TLS.md
│   │   ├── ascii-auth.t
│   │   ├── authfile
│   │   ├── binary-extstore.t
│   │   ├── binary-get.t
│   │   ├── binary-sasl.t
│   │   ├── binary.t
│   │   ├── bogus-commands.t
│   │   ├── cacert.pem
│   │   ├── cakey.pem
│   │   ├── cas.t
│   │   ├── chunked-extstore.t
│   │   ├── chunked-items.t
│   │   ├── client_crt.pem
│   │   ├── client_key.pem
│   │   ├── conn-limits.t
│   │   ├── daemonize.t
│   │   ├── dash-M.t
│   │   ├── dyn-maxbytes.t
│   │   ├── error-extstore.t
│   │   ├── evictions.t
│   │   ├── expirations.t
│   │   ├── extstore-buckets.t
│   │   ├── extstore-jbod.t
│   │   ├── extstore.t
│   │   ├── flags.t
│   │   ├── flush-all.t
│   │   ├── getandtouch.t
│   │   ├── getset.t
│   │   ├── idle-timeout.t
│   │   ├── incrdecr.t
│   │   ├── issue_104.t
│   │   ├── issue_108.t
│   │   ├── issue_14.t
│   │   ├── issue_140.t
│   │   ├── issue_152.t
│   │   ├── issue_163.t
│   │   ├── issue_183.t
│   │   ├── issue_192.t
│   │   ├── issue_22.t
│   │   ├── issue_260.t
│   │   ├── issue_29.t
│   │   ├── issue_3.t
│   │   ├── issue_41.t
│   │   ├── issue_42.t
│   │   ├── issue_50.t
│   │   ├── issue_61.t
│   │   ├── issue_67.t
│   │   ├── issue_68.t
│   │   ├── issue_70.t
│   │   ├── item_size_max.t
│   │   ├── lib
│   │   │   └── MemcachedTest.pm
│   │   ├── line-lengths.t
│   │   ├── lru-crawler.t
│   │   ├── lru-maintainer.t
│   │   ├── lru.t
│   │   ├── malicious-commands.t
│   │   ├── maxconns.t
│   │   ├── metaget.t
│   │   ├── misbehave.t
│   │   ├── multiversioning.t
│   │   ├── noreply.t
│   │   ├── proxy.t
│   │   ├── quit.t
│   │   ├── refhang.t
│   │   ├── restart.t
│   │   ├── sasl
│   │   │   └── memcached.conf
│   │   ├── server.pem
│   │   ├── server_crt.pem
│   │   ├── server_key.pem
│   │   ├── shutdown.t
│   │   ├── slabhang.t
│   │   ├── slabs-reassign-chunked.t
│   │   ├── slabs-reassign2.t
│   │   ├── slabs_reassign.t
│   │   ├── ssl_cert_refresh.t
│   │   ├── ssl_ports.t
│   │   ├── ssl_proto_version.t
│   │   ├── ssl_session_resumption.t
│   │   ├── ssl_settings.t
│   │   ├── ssl_verify_modes.t
│   │   ├── startfile.lua
│   │   ├── stats-conns.t
│   │   ├── stats-detail.t
│   │   ├── stats.t
│   │   ├── stress-memcached.pl
│   │   ├── strtol-testing.t
│   │   ├── touch.t
│   │   ├── udp.t
│   │   ├── unixsocket.t
│   │   ├── watcher.t
│   │   ├── watcher_connid.t
│   │   └── whitespace.t
│   ├── testapp.c
│   ├── thread.c
│   ├── timedrun.c
│   ├── tls.c
│   ├── tls.h
│   ├── trace.h
│   ├── util.c
│   ├── util.h
│   ├── vendor
│   │   ├── Makefile
│   │   ├── lua
│   │   │   ├── Makefile
│   │   │   ├── README
│   │   │   ├── doc
│   │   │   │   ├── contents.html
│   │   │   │   ├── index.css
│   │   │   │   ├── logo.gif
│   │   │   │   ├── lua.1
│   │   │   │   ├── lua.css
│   │   │   │   ├── luac.1
│   │   │   │   ├── manual.css
│   │   │   │   ├── manual.html
│   │   │   │   ├── osi-certified-72x60.png
│   │   │   │   └── readme.html
│   │   │   └── src
│   │   │       ├── Makefile
│   │   │       ├── lapi.c
│   │   │       ├── lapi.h
│   │   │       ├── lapi.o
│   │   │       ├── lauxlib.c
│   │   │       ├── lauxlib.h
│   │   │       ├── lauxlib.o
│   │   │       ├── lbaselib.c
│   │   │       ├── lbaselib.o
│   │   │       ├── lcode.c
│   │   │       ├── lcode.h
│   │   │       ├── lcode.o
│   │   │       ├── lcorolib.c
│   │   │       ├── lcorolib.o
│   │   │       ├── lctype.c
│   │   │       ├── lctype.h
│   │   │       ├── lctype.o
│   │   │       ├── ldblib.c
│   │   │       ├── ldblib.o
│   │   │       ├── ldebug.c
│   │   │       ├── ldebug.h
│   │   │       ├── ldebug.o
│   │   │       ├── ldo.c
│   │   │       ├── ldo.h
│   │   │       ├── ldo.o
│   │   │       ├── ldump.c
│   │   │       ├── ldump.o
│   │   │       ├── lfunc.c
│   │   │       ├── lfunc.h
│   │   │       ├── lfunc.o
│   │   │       ├── lgc.c
│   │   │       ├── lgc.h
│   │   │       ├── lgc.o
│   │   │       ├── liblua.a
│   │   │       ├── linit.c
│   │   │       ├── linit.o
│   │   │       ├── liolib.c
│   │   │       ├── liolib.o
│   │   │       ├── ljumptab.h
│   │   │       ├── llex.c
│   │   │       ├── llex.h
│   │   │       ├── llex.o
│   │   │       ├── llimits.h
│   │   │       ├── lmathlib.c
│   │   │       ├── lmathlib.o
│   │   │       ├── lmem.c
│   │   │       ├── lmem.h
│   │   │       ├── lmem.o
│   │   │       ├── loadlib.c
│   │   │       ├── loadlib.o
│   │   │       ├── lobject.c
│   │   │       ├── lobject.h
│   │   │       ├── lobject.o
│   │   │       ├── lopcodes.c
│   │   │       ├── lopcodes.h
│   │   │       ├── lopcodes.o
│   │   │       ├── lopnames.h
│   │   │       ├── loslib.c
│   │   │       ├── loslib.o
│   │   │       ├── lparser.c
│   │   │       ├── lparser.h
│   │   │       ├── lparser.o
│   │   │       ├── lprefix.h
│   │   │       ├── lstate.c
│   │   │       ├── lstate.h
│   │   │       ├── lstate.o
│   │   │       ├── lstring.c
│   │   │       ├── lstring.h
│   │   │       ├── lstring.o
│   │   │       ├── lstrlib.c
│   │   │       ├── lstrlib.o
│   │   │       ├── ltable.c
│   │   │       ├── ltable.h
│   │   │       ├── ltable.o
│   │   │       ├── ltablib.c
│   │   │       ├── ltablib.o
│   │   │       ├── ltm.c
│   │   │       ├── ltm.h
│   │   │       ├── ltm.o
│   │   │       ├── lua
│   │   │       ├── lua.c
│   │   │       ├── lua.h
│   │   │       ├── lua.hpp
│   │   │       ├── lua.o
│   │   │       ├── luac
│   │   │       ├── luac.c
│   │   │       ├── luac.o
│   │   │       ├── luaconf.h
│   │   │       ├── lualib.h
│   │   │       ├── lundump.c
│   │   │       ├── lundump.h
│   │   │       ├── lundump.o
│   │   │       ├── lutf8lib.c
│   │   │       ├── lutf8lib.o
│   │   │       ├── lvm.c
│   │   │       ├── lvm.h
│   │   │       ├── lvm.o
│   │   │       ├── lzio.c
│   │   │       ├── lzio.h
│   │   │       └── lzio.o
│   │   └── mcmc
│   │       ├── LICENSE
│   │       ├── Makefile
│   │       ├── README.md
│   │       ├── example
│   │       ├── example.c
│   │       ├── mcmc.c
│   │       ├── mcmc.h
│   │       └── mcmc.o
│   ├── version.m4
│   └── xxhash.h
└── 好例子网_memcached-1.6.17.tar.gz

13 directories, 359 files


标签: memcached缓存

实例下载地址

memcached缓存代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警