您好,欢迎光临本网站![请登录][注册会员]  
文件名称: redis vs2012完美编译版源码
  所属分类: Microsoft
  开发工具:
  文件大小: 6.61mb
  下载次数: 1
  上传时间: 2020-10-08
  提 供 者: zan****
 详细说明:redis源码,VS2012完美运行,无需要任何修改,想调试的话,直接打断点就可以。 redis源码,VS2012完美运行,无需要任何修改,想调试的话,直接打断点就可以。
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : df274e4a495b478853ee4ad5ef4fadfe.rar 列表
tests/assets/default.conf
tests/assets/encodings.rdb
tests/assets/hash-zipmap.rdb
tests/helpers/bg_complex_data.tcl
tests/helpers/gen_write_load.tcl
tests/integration/aof-race.tcl
tests/integration/aof.tcl
tests/integration/convert-zipmap-hash-on-load.tcl
tests/integration/rdb.tcl
tests/integration/redis-cli.tcl
tests/integration/replication-2.tcl
tests/integration/replication-3.tcl
tests/integration/replication-4.tcl
tests/integration/replication.tcl
tests/support/redis.tcl
tests/support/server.tcl
tests/support/test.tcl
tests/support/tmpfile.tcl
tests/support/util.tcl
tests/test_bgsave.tcl
tests/test_bgsaveperf.tcl
tests/test_helper.tcl
tests/tmp/.gitignore
tests/unit/aofrw.tcl
tests/unit/auth.tcl
tests/unit/basic.tcl
tests/unit/bgsave.tcl
tests/unit/bgsaveperf.tcl
tests/unit/bitops.tcl
tests/unit/dump.tcl
tests/unit/expire.tcl
tests/unit/introspection.tcl
tests/unit/limits.tcl
tests/unit/maxmemory.tcl
tests/unit/multi.tcl
tests/unit/obuf-limits.tcl
tests/unit/other.tcl
tests/unit/printver.tcl
tests/unit/protocol.tcl
tests/unit/pubsub.tcl
tests/unit/quit.tcl
tests/unit/scripting.tcl
tests/unit/slowlog.tcl
tests/unit/sort.tcl
tests/unit/type/hash.tcl
tests/unit/type/list-2.tcl
tests/unit/type/list-3.tcl
tests/unit/type/list-common.tcl
tests/unit/type/list.tcl
tests/unit/type/set.tcl
tests/unit/type/zset.tcl
utils/build-static-symbols.tcl
utils/generate-command-help.rb
utils/install_server.sh
utils/mkrelease.sh
utils/redis-copy.rb
utils/redis-sha1.rb
utils/redis_init_script
utils/redis_init_script.tpl
utils/speed-regression.tcl
utils/whatisdoing.sh
.gitignore
00-RELEASENOTES
BUGS
CONTRIBUTING
COPYING
INSTALL
license.txt
Makefile
MANIFESTO
README.md
redis.conf
runtest
sentinel.conf
bin/.gitignore
bin/release/redisbin.zip
bin/release/redisbin64.zip
deps/hiredis/.gitignore
deps/hiredis/adapters/ae.h
deps/hiredis/adapters/libev.h
deps/hiredis/adapters/libevent.h
deps/hiredis/async.c
deps/hiredis/async.h
deps/hiredis/CHANGELOG.md
deps/hiredis/COPYING
deps/hiredis/dict.c
deps/hiredis/dict.h
deps/hiredis/example-ae.c
deps/hiredis/example-libev.c
deps/hiredis/example-libevent.c
deps/hiredis/example.c
deps/hiredis/fmacros.h
deps/hiredis/hiredis.c
deps/hiredis/hiredis.h
deps/hiredis/Makefile
deps/hiredis/net.c
deps/hiredis/net.h
deps/hiredis/README.md
deps/hiredis/sds.c
deps/hiredis/sds.h
deps/hiredis/test.c
deps/linenoise/.gitignore
deps/linenoise/example.c
deps/linenoise/linenoise.c
deps/linenoise/linenoise.h
deps/linenoise/Makefile
deps/linenoise/README.markdown
deps/lua/COPYRIGHT
deps/lua/doc/amazon.gif
deps/lua/doc/contents.html
deps/lua/doc/cover.png
deps/lua/doc/logo.gif
deps/lua/doc/lua.1
deps/lua/doc/lua.css
deps/lua/doc/lua.html
deps/lua/doc/luac.1
deps/lua/doc/luac.html
deps/lua/doc/manual.css
deps/lua/doc/manual.html
deps/lua/doc/readme.html
deps/lua/etc/all.c
deps/lua/etc/lua.hpp
deps/lua/etc/lua.ico
deps/lua/etc/lua.pc
deps/lua/etc/luavs.bat
deps/lua/etc/Makefile
deps/lua/etc/min.c
deps/lua/etc/noparser.c
deps/lua/etc/README
deps/lua/etc/strict.lua
deps/lua/HISTORY
deps/lua/INSTALL
deps/lua/Makefile
deps/lua/README
deps/lua/src/lapi.c
deps/lua/src/lapi.h
deps/lua/src/lauxlib.c
deps/lua/src/lauxlib.h
deps/lua/src/lbaselib.c
deps/lua/src/lcode.c
deps/lua/src/lcode.h
deps/lua/src/ldblib.c
deps/lua/src/ldebug.c
deps/lua/src/ldebug.h
deps/lua/src/ldo.c
deps/lua/src/ldo.h
deps/lua/src/ldump.c
deps/lua/src/lfunc.c
deps/lua/src/lfunc.h
deps/lua/src/lgc.c
deps/lua/src/lgc.h
deps/lua/src/linit.c
deps/lua/src/liolib.c
deps/lua/src/llex.c
deps/lua/src/llex.h
deps/lua/src/llimits.h
deps/lua/src/lmathlib.c
deps/lua/src/lmem.c
deps/lua/src/lmem.h
deps/lua/src/loadlib.c
deps/lua/src/lobject.c
deps/lua/src/lobject.h
deps/lua/src/lopcodes.c
deps/lua/src/lopcodes.h
deps/lua/src/loslib.c
deps/lua/src/lparser.c
deps/lua/src/lparser.h
deps/lua/src/lstate.c
deps/lua/src/lstate.h
deps/lua/src/lstring.c
deps/lua/src/lstring.h
deps/lua/src/lstrlib.c
deps/lua/src/ltable.c
deps/lua/src/ltable.h
deps/lua/src/ltablib.c
deps/lua/src/ltm.c
deps/lua/src/ltm.h
deps/lua/src/lua.c
deps/lua/src/lua.h
deps/lua/src/luac.c
deps/lua/src/luaconf.h
deps/lua/src/lualib.h
deps/lua/src/lua_cjson.c
deps/lua/src/lua_cmsgpack.c
deps/lua/src/lua_struct.c
deps/lua/src/lundump.c
deps/lua/src/lundump.h
deps/lua/src/lvm.c
deps/lua/src/lvm.h
deps/lua/src/lzio.c
deps/lua/src/lzio.h
deps/lua/src/Makefile
deps/lua/src/print.c
deps/lua/src/strbuf.c
deps/lua/src/strbuf.h
deps/lua/test/bisect.lua
deps/lua/test/cf.lua
deps/lua/test/echo.lua
deps/lua/test/env.lua
deps/lua/test/factorial.lua
deps/lua/test/fib.lua
deps/lua/test/fibfor.lua
deps/lua/test/globals.lua
deps/lua/test/hello.lua
deps/lua/test/life.lua
deps/lua/test/luac.lua
deps/lua/test/printf.lua
deps/lua/test/README
deps/lua/test/readonly.lua
deps/lua/test/sieve.lua
deps/lua/test/sort.lua
deps/lua/test/table.lua
deps/lua/test/trace-calls.lua
deps/lua/test/trace-globals.lua
deps/lua/test/xd.lua
deps/Makefile
msvs/Debug/adlist.obj
msvs/Debug/ae.obj
msvs/Debug/anet.obj
msvs/Debug/aof.obj
msvs/Debug/bio.obj
msvs/Debug/bitops.obj
msvs/Debug/cl.command.1.tlog
msvs/Debug/CL.read.1.tlog
msvs/Debug/CL.write.1.tlog
msvs/Debug/config

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 输入关键字,在本站1000多万海量源码库中尽情搜索: