文件名称:redis-3.0
-
所属分类:
- 标签属性:
- 上传时间:2016-05-17
-
文件大小:1.48mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Redis 3.0 源码注释
本项目是注释版的 Redis 3.0 源码, 原始代
这份注释是作者在创作新版《Redis 设计与实现》期间, 为了了解 Redis 的内部实现而制作的, 所有在书中有介绍的内容, 在源码中都进行了相应的注释。
在注释的过程中, 除了少量空格和空行方面的调整外, 没有对原始代码进行任何其他改动, 最大程度地保证了代码的“原汁原味”。
希望这份注释源码能给大家学习和了解 Redis 带来一点帮助。-Redis 3.0 source notes This project is an annotated edition of the Redis 3.0 source code, substituting the original author of this comment is during the new creation " Redis Design and Implementation" , in order to understand the internal implementation of Redis and making all the content in the book have introduced in all the source code for the corresponding notes. In the process of annotation, in addition to small adjustments spaces and empty rows aspects, the original code did not make any other changes to the greatest extent possible to ensure that the code is " genuine." The comments give you hope to learn the source Redis bring a little help.
本项目是注释版的 Redis 3.0 源码, 原始代
这份注释是作者在创作新版《Redis 设计与实现》期间, 为了了解 Redis 的内部实现而制作的, 所有在书中有介绍的内容, 在源码中都进行了相应的注释。
在注释的过程中, 除了少量空格和空行方面的调整外, 没有对原始代码进行任何其他改动, 最大程度地保证了代码的“原汁原味”。
希望这份注释源码能给大家学习和了解 Redis 带来一点帮助。-Redis 3.0 source notes This project is an annotated edition of the Redis 3.0 source code, substituting the original author of this comment is during the new creation " Redis Design and Implementation" , in order to understand the internal implementation of Redis and making all the content in the book have introduced in all the source code for the corresponding notes. In the process of annotation, in addition to small adjustments spaces and empty rows aspects, the original code did not make any other changes to the greatest extent possible to ensure that the code is " genuine." The comments give you hope to learn the source Redis bring a little help.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
redis-3.0/
redis-3.0/.gitignore
redis-3.0/00-RELEASENOTES
redis-3.0/BUGS
redis-3.0/CONTRIBUTING
redis-3.0/COPYING
redis-3.0/deps/
redis-3.0/deps/hiredis/
redis-3.0/deps/hiredis/.gitignore
redis-3.0/deps/hiredis/adapters/
redis-3.0/deps/hiredis/adapters/ae.h
redis-3.0/deps/hiredis/adapters/libev.h
redis-3.0/deps/hiredis/adapters/libevent.h
redis-3.0/deps/hiredis/async.c
redis-3.0/deps/hiredis/async.h
redis-3.0/deps/hiredis/CHANGELOG.md
redis-3.0/deps/hiredis/COPYING
redis-3.0/deps/hiredis/dict.c
redis-3.0/deps/hiredis/dict.h
redis-3.0/deps/hiredis/example-ae.c
redis-3.0/deps/hiredis/example-libev.c
redis-3.0/deps/hiredis/example-libevent.c
redis-3.0/deps/hiredis/example.c
redis-3.0/deps/hiredis/fmacros.h
redis-3.0/deps/hiredis/hiredis.c
redis-3.0/deps/hiredis/hiredis.h
redis-3.0/deps/hiredis/Makefile
redis-3.0/deps/hiredis/net.c
redis-3.0/deps/hiredis/net.h
redis-3.0/deps/hiredis/README.md
redis-3.0/deps/hiredis/sds.c
redis-3.0/deps/hiredis/sds.h
redis-3.0/deps/hiredis/test.c
redis-3.0/deps/hiredis/zmalloc.h
redis-3.0/deps/jemalloc/
redis-3.0/deps/jemalloc/.gitignore
redis-3.0/deps/jemalloc/autogen.sh
redis-3.0/deps/jemalloc/bin/
redis-3.0/deps/jemalloc/bin/jemalloc.sh.in
redis-3.0/deps/jemalloc/bin/pprof
redis-3.0/deps/jemalloc/ChangeLog
redis-3.0/deps/jemalloc/config.guess
redis-3.0/deps/jemalloc/config.stamp.in
redis-3.0/deps/jemalloc/config.sub
redis-3.0/deps/jemalloc/configure
redis-3.0/deps/jemalloc/configure.ac
redis-3.0/deps/jemalloc/COPYING
redis-3.0/deps/jemalloc/doc/
redis-3.0/deps/jemalloc/doc/html.xsl.in
redis-3.0/deps/jemalloc/doc/jemalloc.3
redis-3.0/deps/jemalloc/doc/jemalloc.html
redis-3.0/deps/jemalloc/doc/jemalloc.xml.in
redis-3.0/deps/jemalloc/doc/manpages.xsl.in
redis-3.0/deps/jemalloc/doc/stylesheet.xsl
redis-3.0/deps/jemalloc/include/
redis-3.0/deps/jemalloc/include/jemalloc/
redis-3.0/deps/jemalloc/include/jemalloc/internal/
redis-3.0/deps/jemalloc/include/jemalloc/internal/arena.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/atomic.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/base.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/bitmap.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/chunk.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/chunk_dss.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/chunk_mmap.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/ckh.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/ctl.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/extent.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/hash.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/huge.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in
redis-3.0/deps/jemalloc/include/jemalloc/internal/mb.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/mutex.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/private_namespace.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/prng.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/prof.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/ql.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/qr.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/quarantine.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/rb.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/rtree.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/size_classes.sh
redis-3.0/deps/jemalloc/include/jemalloc/internal/stats.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/tcache.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/tsd.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/util.h
redis-3.0/deps/jemalloc/include/jemalloc/jemalloc.h.in
redis-3.0/deps/jemalloc/include/jemalloc/jemalloc_defs.h.in
redis-3.0/deps/jemalloc/include/msvc_compat/
redis-3.0/deps/jemalloc/include/msvc_compat/inttypes.h
redis-3.0/deps/jemalloc/include/msvc_compat/stdbool.h
redis-3.0/deps/jemalloc/include/msvc_compat/stdint.h
redis-3.0/deps/jemalloc/include/msvc_compat/strings.h
redis-3.0/deps/jemalloc/INSTALL
redis-3.0/deps/jemalloc/install-sh
redis-3.0/deps/jemalloc/Makefile.in
redis-3.0/deps/jemalloc/README
redis-3.0/deps/jemalloc/src/
redis-3.0/deps/jemalloc/src/arena.c
redis-3.0/deps/jemalloc/src/atomic.c
redis-3.0/deps/jemalloc/src/base.c
redis-3.0/deps/jemalloc/src/bitmap.c
redis-3.0/deps/jemalloc/src/chunk.c
redis-3.0/deps/jemalloc/src/chunk_dss.c
redis-3.0/deps/jemalloc/src/chunk_mmap.c
redis-3.0/deps/jemalloc/src/ckh.c
redis-3.0/deps/jemalloc/src/ctl.c
redis-3.0/deps/jemalloc/src/extent.c
redis-3.0/deps/jemalloc/src/hash.c
redis-3.0/deps/jemalloc/src/huge.c
redis-3.0/deps/jemalloc/src/jemalloc.c
redis-3.0/deps/jemalloc/src/mb.c
redis-3.0/deps/jemalloc/src/mutex.c
redis-3.0/deps/jemalloc/src/prof.c
redis-3.0/deps/jemalloc/src/quarantine.c
redis-3.0/deps/jemalloc/src/rtree.c
redis-3.0/deps/jemalloc/src/stats.c
redis-3.0/deps/jemalloc/src/tcache.c
redis-3.0/deps/jemalloc/src/tsd.c
redis-3.0/deps/jemalloc/src/util.c
redis-3.0/deps/jemalloc/src/zone.c
redis-3.0/deps/jemalloc/test/
redis-3.0/deps/jemalloc/test/aligned_alloc.c
redis-3.0/deps/jemalloc/test/aligned_alloc.exp
redis-3.0/deps/jemalloc/test/allocated.c
redis-3.0/deps/jemalloc/test/allocated.exp
redis-3.
redis-3.0/.gitignore
redis-3.0/00-RELEASENOTES
redis-3.0/BUGS
redis-3.0/CONTRIBUTING
redis-3.0/COPYING
redis-3.0/deps/
redis-3.0/deps/hiredis/
redis-3.0/deps/hiredis/.gitignore
redis-3.0/deps/hiredis/adapters/
redis-3.0/deps/hiredis/adapters/ae.h
redis-3.0/deps/hiredis/adapters/libev.h
redis-3.0/deps/hiredis/adapters/libevent.h
redis-3.0/deps/hiredis/async.c
redis-3.0/deps/hiredis/async.h
redis-3.0/deps/hiredis/CHANGELOG.md
redis-3.0/deps/hiredis/COPYING
redis-3.0/deps/hiredis/dict.c
redis-3.0/deps/hiredis/dict.h
redis-3.0/deps/hiredis/example-ae.c
redis-3.0/deps/hiredis/example-libev.c
redis-3.0/deps/hiredis/example-libevent.c
redis-3.0/deps/hiredis/example.c
redis-3.0/deps/hiredis/fmacros.h
redis-3.0/deps/hiredis/hiredis.c
redis-3.0/deps/hiredis/hiredis.h
redis-3.0/deps/hiredis/Makefile
redis-3.0/deps/hiredis/net.c
redis-3.0/deps/hiredis/net.h
redis-3.0/deps/hiredis/README.md
redis-3.0/deps/hiredis/sds.c
redis-3.0/deps/hiredis/sds.h
redis-3.0/deps/hiredis/test.c
redis-3.0/deps/hiredis/zmalloc.h
redis-3.0/deps/jemalloc/
redis-3.0/deps/jemalloc/.gitignore
redis-3.0/deps/jemalloc/autogen.sh
redis-3.0/deps/jemalloc/bin/
redis-3.0/deps/jemalloc/bin/jemalloc.sh.in
redis-3.0/deps/jemalloc/bin/pprof
redis-3.0/deps/jemalloc/ChangeLog
redis-3.0/deps/jemalloc/config.guess
redis-3.0/deps/jemalloc/config.stamp.in
redis-3.0/deps/jemalloc/config.sub
redis-3.0/deps/jemalloc/configure
redis-3.0/deps/jemalloc/configure.ac
redis-3.0/deps/jemalloc/COPYING
redis-3.0/deps/jemalloc/doc/
redis-3.0/deps/jemalloc/doc/html.xsl.in
redis-3.0/deps/jemalloc/doc/jemalloc.3
redis-3.0/deps/jemalloc/doc/jemalloc.html
redis-3.0/deps/jemalloc/doc/jemalloc.xml.in
redis-3.0/deps/jemalloc/doc/manpages.xsl.in
redis-3.0/deps/jemalloc/doc/stylesheet.xsl
redis-3.0/deps/jemalloc/include/
redis-3.0/deps/jemalloc/include/jemalloc/
redis-3.0/deps/jemalloc/include/jemalloc/internal/
redis-3.0/deps/jemalloc/include/jemalloc/internal/arena.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/atomic.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/base.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/bitmap.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/chunk.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/chunk_dss.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/chunk_mmap.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/ckh.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/ctl.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/extent.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/hash.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/huge.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in
redis-3.0/deps/jemalloc/include/jemalloc/internal/mb.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/mutex.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/private_namespace.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/prng.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/prof.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/ql.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/qr.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/quarantine.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/rb.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/rtree.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/size_classes.sh
redis-3.0/deps/jemalloc/include/jemalloc/internal/stats.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/tcache.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/tsd.h
redis-3.0/deps/jemalloc/include/jemalloc/internal/util.h
redis-3.0/deps/jemalloc/include/jemalloc/jemalloc.h.in
redis-3.0/deps/jemalloc/include/jemalloc/jemalloc_defs.h.in
redis-3.0/deps/jemalloc/include/msvc_compat/
redis-3.0/deps/jemalloc/include/msvc_compat/inttypes.h
redis-3.0/deps/jemalloc/include/msvc_compat/stdbool.h
redis-3.0/deps/jemalloc/include/msvc_compat/stdint.h
redis-3.0/deps/jemalloc/include/msvc_compat/strings.h
redis-3.0/deps/jemalloc/INSTALL
redis-3.0/deps/jemalloc/install-sh
redis-3.0/deps/jemalloc/Makefile.in
redis-3.0/deps/jemalloc/README
redis-3.0/deps/jemalloc/src/
redis-3.0/deps/jemalloc/src/arena.c
redis-3.0/deps/jemalloc/src/atomic.c
redis-3.0/deps/jemalloc/src/base.c
redis-3.0/deps/jemalloc/src/bitmap.c
redis-3.0/deps/jemalloc/src/chunk.c
redis-3.0/deps/jemalloc/src/chunk_dss.c
redis-3.0/deps/jemalloc/src/chunk_mmap.c
redis-3.0/deps/jemalloc/src/ckh.c
redis-3.0/deps/jemalloc/src/ctl.c
redis-3.0/deps/jemalloc/src/extent.c
redis-3.0/deps/jemalloc/src/hash.c
redis-3.0/deps/jemalloc/src/huge.c
redis-3.0/deps/jemalloc/src/jemalloc.c
redis-3.0/deps/jemalloc/src/mb.c
redis-3.0/deps/jemalloc/src/mutex.c
redis-3.0/deps/jemalloc/src/prof.c
redis-3.0/deps/jemalloc/src/quarantine.c
redis-3.0/deps/jemalloc/src/rtree.c
redis-3.0/deps/jemalloc/src/stats.c
redis-3.0/deps/jemalloc/src/tcache.c
redis-3.0/deps/jemalloc/src/tsd.c
redis-3.0/deps/jemalloc/src/util.c
redis-3.0/deps/jemalloc/src/zone.c
redis-3.0/deps/jemalloc/test/
redis-3.0/deps/jemalloc/test/aligned_alloc.c
redis-3.0/deps/jemalloc/test/aligned_alloc.exp
redis-3.0/deps/jemalloc/test/allocated.c
redis-3.0/deps/jemalloc/test/allocated.exp
redis-3.
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.