基本信息
源码名称:memcached缓存代码
源码大小:1.63M
文件格式:.gz
开发语言:C/C++
更新时间:2022-11-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
memcached缓存代码

.
├── 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