首页 > 数据库 >Liunx安装redis易错点

Liunx安装redis易错点

时间:2022-11-12 14:33:07浏览次数:47  
标签:src 易错 credis redis tests Liunx deps jemalloc 6.2

连接主机...
连接主机成功
Last failed login: Sat Nov 12 12:52:44 CST 2022 from 139.162.114.41 on ssh:notty
There were 795 failed login attempts since the last successful login.
Last login: Fri Nov 11 13:00:06 2022 from 114.138.151.68
-bash: fg: no job control
-bash: /usr/java/jdk1.8.0_202-amd64/jre/bin: 是一个目录
-bash: CLASSPATH: command not found
[root@VM-16-4-centos ~]# mkdir /usr/local/redis
-bash: mkdir: command not found
[root@VM-16-4-centos ~]# export PATH=/bin:/usr/bin:$PATH
[root@VM-16-4-centos ~]# mkdir /usr/local/redis
[root@VM-16-4-centos ~]# ls
[root@VM-16-4-centos ~]# cd /usr/local
[root@VM-16-4-centos local]# ls
bin etc games include lib lib64 libexec mysql qcloud redis sa sbin share src
[root@VM-16-4-centos src]# ls
redis-6.2.6.tar.gz
[root@VM-16-4-centos src]# tar -zxvf redis-6.2.6.tar.gz
redis-6.2.6/
redis-6.2.6/.github/
redis-6.2.6/.github/ISSUE_TEMPLATE/
redis-6.2.6/.github/ISSUE_TEMPLATE/bug_report.md
redis-6.2.6/.github/ISSUE_TEMPLATE/crash_report.md
redis-6.2.6/.github/ISSUE_TEMPLATE/feature_request.md
redis-6.2.6/.github/ISSUE_TEMPLATE/other_stuff.md
redis-6.2.6/.github/ISSUE_TEMPLATE/question.md
redis-6.2.6/.github/workflows/
redis-6.2.6/.github/workflows/ci.yml
redis-6.2.6/.github/workflows/daily.yml
redis-6.2.6/.gitignore
redis-6.2.6/00-RELEASENOTES
redis-6.2.6/BUGS
redis-6.2.6/CONDUCT
redis-6.2.6/CONTRIBUTING
redis-6.2.6/COPYING
redis-6.2.6/INSTALL
redis-6.2.6/MANIFESTO
redis-6.2.6/Makefile
redis-6.2.6/README.md
redis-6.2.6/TLS.md
redis-6.2.6/deps/
redis-6.2.6/deps/Makefile
redis-6.2.6/deps/README.md
redis-6.2.6/deps/hdr_histogram/
redis-6.2.6/deps/hdr_histogram/COPYING.txt
redis-6.2.6/deps/hdr_histogram/LICENSE.txt
redis-6.2.6/deps/hdr_histogram/Makefile
redis-6.2.6/deps/hdr_histogram/README.md
redis-6.2.6/deps/hdr_histogram/hdr_atomic.h
redis-6.2.6/deps/hdr_histogram/hdr_histogram.c
redis-6.2.6/deps/hdr_histogram/hdr_histogram.h
redis-6.2.6/deps/hiredis/
redis-6.2.6/deps/hiredis/.gitignore
redis-6.2.6/deps/hiredis/.travis.yml
redis-6.2.6/deps/hiredis/CHANGELOG.md
redis-6.2.6/deps/hiredis/CMakeLists.txt
redis-6.2.6/deps/hiredis/COPYING
redis-6.2.6/deps/hiredis/Makefile
redis-6.2.6/deps/hiredis/README.md
redis-6.2.6/deps/hiredis/adapters/
redis-6.2.6/deps/hiredis/adapters/ae.h
redis-6.2.6/deps/hiredis/adapters/glib.h
redis-6.2.6/deps/hiredis/adapters/ivykis.h
redis-6.2.6/deps/hiredis/adapters/libev.h
redis-6.2.6/deps/hiredis/adapters/libevent.h
redis-6.2.6/deps/hiredis/adapters/libuv.h
redis-6.2.6/deps/hiredis/adapters/macosx.h
redis-6.2.6/deps/hiredis/adapters/qt.h
redis-6.2.6/deps/hiredis/alloc.c
redis-6.2.6/deps/hiredis/alloc.h
redis-6.2.6/deps/hiredis/appveyor.yml
redis-6.2.6/deps/hiredis/async.c
redis-6.2.6/deps/hiredis/async.h
redis-6.2.6/deps/hiredis/async_private.h
redis-6.2.6/deps/hiredis/dict.c
redis-6.2.6/deps/hiredis/dict.h
redis-6.2.6/deps/hiredis/examples/
redis-6.2.6/deps/hiredis/examples/CMakeLists.txt
redis-6.2.6/deps/hiredis/examples/example-ae.c
redis-6.2.6/deps/hiredis/examples/example-glib.c
redis-6.2.6/deps/hiredis/examples/example-ivykis.c
redis-6.2.6/deps/hiredis/examples/example-libev.c
redis-6.2.6/deps/hiredis/examples/example-libevent-ssl.c
redis-6.2.6/deps/hiredis/examples/example-libevent.c
redis-6.2.6/deps/hiredis/examples/example-libuv.c
redis-6.2.6/deps/hiredis/examples/example-macosx.c
redis-6.2.6/deps/hiredis/examples/example-push.c
redis-6.2.6/deps/hiredis/examples/example-qt.cpp
redis-6.2.6/deps/hiredis/examples/example-qt.h
redis-6.2.6/deps/hiredis/examples/example-ssl.c
redis-6.2.6/deps/hiredis/examples/example.c
redis-6.2.6/deps/hiredis/fmacros.h
redis-6.2.6/deps/hiredis/hiredis-config.cmake.in
redis-6.2.6/deps/hiredis/hiredis.c
redis-6.2.6/deps/hiredis/hiredis.h
redis-6.2.6/deps/hiredis/hiredis.pc.in
redis-6.2.6/deps/hiredis/hiredis_ssl-config.cmake.in
redis-6.2.6/deps/hiredis/hiredis_ssl.h
redis-6.2.6/deps/hiredis/hiredis_ssl.pc.in
redis-6.2.6/deps/hiredis/net.c
redis-6.2.6/deps/hiredis/net.h
redis-6.2.6/deps/hiredis/read.c
redis-6.2.6/deps/hiredis/read.h
redis-6.2.6/deps/hiredis/sds.c
redis-6.2.6/deps/hiredis/sds.h
redis-6.2.6/deps/hiredis/sdsalloc.h
redis-6.2.6/deps/hiredis/sdscompat.h
redis-6.2.6/deps/hiredis/sockcompat.c
redis-6.2.6/deps/hiredis/sockcompat.h
redis-6.2.6/deps/hiredis/ssl.c
redis-6.2.6/deps/hiredis/test.c
redis-6.2.6/deps/hiredis/test.sh
redis-6.2.6/deps/hiredis/win32.h
redis-6.2.6/deps/jemalloc/
redis-6.2.6/deps/jemalloc/.appveyor.yml
redis-6.2.6/deps/jemalloc/.autom4te.cfg
redis-6.2.6/deps/jemalloc/.gitattributes
redis-6.2.6/deps/jemalloc/.gitignore
redis-6.2.6/deps/jemalloc/.travis.yml
redis-6.2.6/deps/jemalloc/COPYING
redis-6.2.6/deps/jemalloc/ChangeLog
redis-6.2.6/deps/jemalloc/INSTALL.md
redis-6.2.6/deps/jemalloc/Makefile.in
redis-6.2.6/deps/jemalloc/README
redis-6.2.6/deps/jemalloc/TUNING.md
redis-6.2.6/deps/jemalloc/VERSION
redis-6.2.6/deps/jemalloc/autogen.sh
redis-6.2.6/deps/jemalloc/bin/
redis-6.2.6/deps/jemalloc/bin/jemalloc-config.in
redis-6.2.6/deps/jemalloc/bin/jemalloc.sh.in
redis-6.2.6/deps/jemalloc/bin/jeprof.in
redis-6.2.6/deps/jemalloc/build-aux/
redis-6.2.6/deps/jemalloc/build-aux/config.guess
redis-6.2.6/deps/jemalloc/build-aux/config.sub
redis-6.2.6/deps/jemalloc/build-aux/install-sh
redis-6.2.6/deps/jemalloc/config.stamp.in
redis-6.2.6/deps/jemalloc/configure
redis-6.2.6/deps/jemalloc/configure.ac
redis-6.2.6/deps/jemalloc/doc/
redis-6.2.6/deps/jemalloc/doc/html.xsl.in
redis-6.2.6/deps/jemalloc/doc/jemalloc.xml.in
redis-6.2.6/deps/jemalloc/doc/manpages.xsl.in
redis-6.2.6/deps/jemalloc/doc/stylesheet.xsl
redis-6.2.6/deps/jemalloc/include/
redis-6.2.6/deps/jemalloc/include/jemalloc/
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/arena_externs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/arena_inlines_a.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/arena_inlines_b.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/arena_stats.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/arena_structs_a.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/arena_structs_b.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/arena_types.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/assert.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/atomic.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/atomic_c11.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/atomic_gcc_atomic.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/atomic_msvc.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/background_thread_externs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/background_thread_inlines.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/background_thread_structs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/base_externs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/base_inlines.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/base_structs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/base_types.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/bin.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/bin_stats.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/bit_util.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/bitmap.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/cache_bin.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/ckh.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/ctl.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/div.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/emitter.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/extent_dss.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/extent_externs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/extent_inlines.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/extent_mmap.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/extent_structs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/extent_types.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/hash.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/hooks.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h.in
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_externs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_macros.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/jemalloc_preamble.h.in
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/large_externs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/log.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/malloc_io.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/mutex.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/mutex_pool.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/mutex_prof.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/nstime.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/pages.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/ph.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/private_namespace.sh
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/private_symbols.sh
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/prng.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/prof_externs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/prof_inlines_a.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/prof_inlines_b.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/prof_structs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/prof_types.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/public_namespace.sh
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/public_unnamespace.sh
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/ql.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/qr.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/rb.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/rtree.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/rtree_tsd.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/size_classes.sh
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/smoothstep.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/smoothstep.sh
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/spin.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/stats.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/sz.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/tcache_externs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/tcache_inlines.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/tcache_structs.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/tcache_types.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/ticker.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/tsd.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/tsd_generic.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/tsd_malloc_thread_cleanup.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/tsd_tls.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/tsd_types.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/tsd_win.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/util.h
redis-6.2.6/deps/jemalloc/include/jemalloc/internal/witness.h
redis-6.2.6/deps/jemalloc/include/jemalloc/jemalloc.sh
redis-6.2.6/deps/jemalloc/include/jemalloc/jemalloc_defs.h.in
redis-6.2.6/deps/jemalloc/include/jemalloc/jemalloc_macros.h.in
redis-6.2.6/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh
redis-6.2.6/deps/jemalloc/include/jemalloc/jemalloc_protos.h.in
redis-6.2.6/deps/jemalloc/include/jemalloc/jemalloc_rename.sh
redis-6.2.6/deps/jemalloc/include/jemalloc/jemalloc_typedefs.h.in
redis-6.2.6/deps/jemalloc/include/msvc_compat/
redis-6.2.6/deps/jemalloc/include/msvc_compat/C99/
redis-6.2.6/deps/jemalloc/include/msvc_compat/C99/stdbool.h
redis-6.2.6/deps/jemalloc/include/msvc_compat/C99/stdint.h
redis-6.2.6/deps/jemalloc/include/msvc_compat/strings.h
redis-6.2.6/deps/jemalloc/include/msvc_compat/windows_extra.h
redis-6.2.6/deps/jemalloc/jemalloc.pc.in
redis-6.2.6/deps/jemalloc/m4/
redis-6.2.6/deps/jemalloc/m4/ax_cxx_compile_stdcxx.m4
redis-6.2.6/deps/jemalloc/msvc/
redis-6.2.6/deps/jemalloc/msvc/ReadMe.txt
redis-6.2.6/deps/jemalloc/msvc/jemalloc_vc2015.sln
redis-6.2.6/deps/jemalloc/msvc/jemalloc_vc2017.sln
redis-6.2.6/deps/jemalloc/msvc/projects/
redis-6.2.6/deps/jemalloc/msvc/projects/vc2015/
redis-6.2.6/deps/jemalloc/msvc/projects/vc2015/jemalloc/
redis-6.2.6/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj
redis-6.2.6/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters
redis-6.2.6/deps/jemalloc/msvc/projects/vc2015/test_threads/
redis-6.2.6/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj
redis-6.2.6/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj.filters
redis-6.2.6/deps/jemalloc/msvc/projects/vc2017/
redis-6.2.6/deps/jemalloc/msvc/projects/vc2017/jemalloc/
redis-6.2.6/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj
redis-6.2.6/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj.filters
redis-6.2.6/deps/jemalloc/msvc/projects/vc2017/test_threads/
redis-6.2.6/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj
redis-6.2.6/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj.filters
redis-6.2.6/deps/jemalloc/msvc/test_threads/
redis-6.2.6/deps/jemalloc/msvc/test_threads/test_threads.cpp
redis-6.2.6/deps/jemalloc/msvc/test_threads/test_threads.h
redis-6.2.6/deps/jemalloc/msvc/test_threads/test_threads_main.cpp
redis-6.2.6/deps/jemalloc/run_tests.sh
redis-6.2.6/deps/jemalloc/scripts/
redis-6.2.6/deps/jemalloc/scripts/gen_run_tests.py
redis-6.2.6/deps/jemalloc/scripts/gen_travis.py
redis-6.2.6/deps/jemalloc/src/
redis-6.2.6/deps/jemalloc/src/arena.c
redis-6.2.6/deps/jemalloc/src/background_thread.c
redis-6.2.6/deps/jemalloc/src/base.c
redis-6.2.6/deps/jemalloc/src/bin.c
redis-6.2.6/deps/jemalloc/src/bitmap.c
redis-6.2.6/deps/jemalloc/src/ckh.c
redis-6.2.6/deps/jemalloc/src/ctl.c
redis-6.2.6/deps/jemalloc/src/div.c
redis-6.2.6/deps/jemalloc/src/extent.c
redis-6.2.6/deps/jemalloc/src/extent_dss.c
redis-6.2.6/deps/jemalloc/src/extent_mmap.c
redis-6.2.6/deps/jemalloc/src/hash.c
redis-6.2.6/deps/jemalloc/src/hooks.c
redis-6.2.6/deps/jemalloc/src/jemalloc.c
redis-6.2.6/deps/jemalloc/src/jemalloc_cpp.cpp
redis-6.2.6/deps/jemalloc/src/large.c
redis-6.2.6/deps/jemalloc/src/log.c
redis-6.2.6/deps/jemalloc/src/malloc_io.c
redis-6.2.6/deps/jemalloc/src/mutex.c
redis-6.2.6/deps/jemalloc/src/mutex_pool.c
redis-6.2.6/deps/jemalloc/src/nstime.c
redis-6.2.6/deps/jemalloc/src/pages.c
redis-6.2.6/deps/jemalloc/src/prng.c
redis-6.2.6/deps/jemalloc/src/prof.c
redis-6.2.6/deps/jemalloc/src/rtree.c
redis-6.2.6/deps/jemalloc/src/stats.c
redis-6.2.6/deps/jemalloc/src/sz.c
redis-6.2.6/deps/jemalloc/src/tcache.c
redis-6.2.6/deps/jemalloc/src/ticker.c
redis-6.2.6/deps/jemalloc/src/tsd.c
redis-6.2.6/deps/jemalloc/src/witness.c
redis-6.2.6/deps/jemalloc/src/zone.c
redis-6.2.6/deps/jemalloc/test/
redis-6.2.6/deps/jemalloc/test/include/
redis-6.2.6/deps/jemalloc/test/include/test/
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-alti.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-params.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-params11213.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-params1279.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-params132049.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-params19937.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-params216091.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-params2281.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-params4253.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-params44497.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-params607.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-params86243.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT-sse2.h
redis-6.2.6/deps/jemalloc/test/include/test/SFMT.h
redis-6.2.6/deps/jemalloc/test/include/test/btalloc.h
redis-6.2.6/deps/jemalloc/test/include/test/extent_hooks.h
redis-6.2.6/deps/jemalloc/test/include/test/jemalloc_test.h.in
redis-6.2.6/deps/jemalloc/test/include/test/jemalloc_test_defs.h.in
redis-6.2.6/deps/jemalloc/test/include/test/math.h
redis-6.2.6/deps/jemalloc/test/include/test/mq.h
redis-6.2.6/deps/jemalloc/test/include/test/mtx.h
redis-6.2.6/deps/jemalloc/test/include/test/test.h
redis-6.2.6/deps/jemalloc/test/include/test/thd.h
redis-6.2.6/deps/jemalloc/test/include/test/timer.h
redis-6.2.6/deps/jemalloc/test/integration/
redis-6.2.6/deps/jemalloc/test/integration/MALLOCX_ARENA.c
redis-6.2.6/deps/jemalloc/test/integration/aligned_alloc.c
redis-6.2.6/deps/jemalloc/test/integration/allocated.c
redis-6.2.6/deps/jemalloc/test/integration/cpp/
redis-6.2.6/deps/jemalloc/test/integration/cpp/basic.cpp
redis-6.2.6/deps/jemalloc/test/integration/extent.c
redis-6.2.6/deps/jemalloc/test/integration/extent.sh
redis-6.2.6/deps/jemalloc/test/integration/mallocx.c
redis-6.2.6/deps/jemalloc/test/integration/mallocx.sh
redis-6.2.6/deps/jemalloc/test/integration/overflow.c
redis-6.2.6/deps/jemalloc/test/integration/posix_memalign.c
redis-6.2.6/deps/jemalloc/test/integration/rallocx.c
redis-6.2.6/deps/jemalloc/test/integration/sdallocx.c
redis-6.2.6/deps/jemalloc/test/integration/thread_arena.c
redis-6.2.6/deps/jemalloc/test/integration/thread_tcache_enabled.c
redis-6.2.6/deps/jemalloc/test/integration/xallocx.c
redis-6.2.6/deps/jemalloc/test/integration/xallocx.sh
redis-6.2.6/deps/jemalloc/test/src/
redis-6.2.6/deps/jemalloc/test/src/SFMT.c
redis-6.2.6/deps/jemalloc/test/src/btalloc.c
redis-6.2.6/deps/jemalloc/test/src/btalloc_0.c
redis-6.2.6/deps/jemalloc/test/src/btalloc_1.c
redis-6.2.6/deps/jemalloc/test/src/math.c
redis-6.2.6/deps/jemalloc/test/src/mq.c
redis-6.2.6/deps/jemalloc/test/src/mtx.c
redis-6.2.6/deps/jemalloc/test/src/test.c
redis-6.2.6/deps/jemalloc/test/src/thd.c
redis-6.2.6/deps/jemalloc/test/src/timer.c
redis-6.2.6/deps/jemalloc/test/stress/
redis-6.2.6/deps/jemalloc/test/stress/microbench.c
redis-6.2.6/deps/jemalloc/test/test.sh.in
redis-6.2.6/deps/jemalloc/test/unit/
redis-6.2.6/deps/jemalloc/test/unit/SFMT.c
redis-6.2.6/deps/jemalloc/test/unit/a0.c
redis-6.2.6/deps/jemalloc/test/unit/arena_reset.c
redis-6.2.6/deps/jemalloc/test/unit/arena_reset_prof.c
redis-6.2.6/deps/jemalloc/test/unit/arena_reset_prof.sh
redis-6.2.6/deps/jemalloc/test/unit/atomic.c
redis-6.2.6/deps/jemalloc/test/unit/background_thread.c
redis-6.2.6/deps/jemalloc/test/unit/background_thread_enable.c
redis-6.2.6/deps/jemalloc/test/unit/base.c
redis-6.2.6/deps/jemalloc/test/unit/bit_util.c
redis-6.2.6/deps/jemalloc/test/unit/bitmap.c
redis-6.2.6/deps/jemalloc/test/unit/ckh.c
redis-6.2.6/deps/jemalloc/test/unit/decay.c
redis-6.2.6/deps/jemalloc/test/unit/decay.sh
redis-6.2.6/deps/jemalloc/test/unit/div.c
redis-6.2.6/deps/jemalloc/test/unit/emitter.c
redis-6.2.6/deps/jemalloc/test/unit/extent_quantize.c
redis-6.2.6/deps/jemalloc/test/unit/fork.c
redis-6.2.6/deps/jemalloc/test/unit/hash.c
redis-6.2.6/deps/jemalloc/test/unit/hooks.c
redis-6.2.6/deps/jemalloc/test/unit/junk.c
redis-6.2.6/deps/jemalloc/test/unit/junk.sh
redis-6.2.6/deps/jemalloc/test/unit/junk_alloc.c
redis-6.2.6/deps/jemalloc/test/unit/junk_alloc.sh
redis-6.2.6/deps/jemalloc/test/unit/junk_free.c
redis-6.2.6/deps/jemalloc/test/unit/junk_free.sh
redis-6.2.6/deps/jemalloc/test/unit/log.c
redis-6.2.6/deps/jemalloc/test/unit/mallctl.c
redis-6.2.6/deps/jemalloc/test/unit/malloc_io.c
redis-6.2.6/deps/jemalloc/test/unit/math.c
redis-6.2.6/deps/jemalloc/test/unit/mq.c
redis-6.2.6/deps/jemalloc/test/unit/mtx.c
redis-6.2.6/deps/jemalloc/test/unit/nstime.c
redis-6.2.6/deps/jemalloc/test/unit/pack.c
redis-6.2.6/deps/jemalloc/test/unit/pack.sh
redis-6.2.6/deps/jemalloc/test/unit/pages.c
redis-6.2.6/deps/jemalloc/test/unit/ph.c
redis-6.2.6/deps/jemalloc/test/unit/prng.c
redis-6.2.6/deps/jemalloc/test/unit/prof_accum.c
redis-6.2.6/deps/jemalloc/test/unit/prof_accum.sh
redis-6.2.6/deps/jemalloc/test/unit/prof_active.c
redis-6.2.6/deps/jemalloc/test/unit/prof_active.sh
redis-6.2.6/deps/jemalloc/test/unit/prof_gdump.c
redis-6.2.6/deps/jemalloc/test/unit/prof_gdump.sh
redis-6.2.6/deps/jemalloc/test/unit/prof_idump.c
redis-6.2.6/deps/jemalloc/test/unit/prof_idump.sh
redis-6.2.6/deps/jemalloc/test/unit/prof_reset.c
redis-6.2.6/deps/jemalloc/test/unit/prof_reset.sh
redis-6.2.6/deps/jemalloc/test/unit/prof_tctx.c
redis-6.2.6/deps/jemalloc/test/unit/prof_tctx.sh
redis-6.2.6/deps/jemalloc/test/unit/prof_thread_name.c
redis-6.2.6/deps/jemalloc/test/unit/prof_thread_name.sh
redis-6.2.6/deps/jemalloc/test/unit/ql.c
redis-6.2.6/deps/jemalloc/test/unit/qr.c
redis-6.2.6/deps/jemalloc/test/unit/rb.c
redis-6.2.6/deps/jemalloc/test/unit/retained.c
redis-6.2.6/deps/jemalloc/test/unit/rtree.c
redis-6.2.6/deps/jemalloc/test/unit/size_classes.c
redis-6.2.6/deps/jemalloc/test/unit/slab.c
redis-6.2.6/deps/jemalloc/test/unit/smoothstep.c
redis-6.2.6/deps/jemalloc/test/unit/spin.c
redis-6.2.6/deps/jemalloc/test/unit/stats.c
redis-6.2.6/deps/jemalloc/test/unit/stats_print.c
redis-6.2.6/deps/jemalloc/test/unit/ticker.c
redis-6.2.6/deps/jemalloc/test/unit/tsd.c
redis-6.2.6/deps/jemalloc/test/unit/witness.c
redis-6.2.6/deps/jemalloc/test/unit/zero.c
redis-6.2.6/deps/jemalloc/test/unit/zero.sh
redis-6.2.6/deps/linenoise/
redis-6.2.6/deps/linenoise/.gitignore
redis-6.2.6/deps/linenoise/Makefile
redis-6.2.6/deps/linenoise/README.markdown
redis-6.2.6/deps/linenoise/example.c
redis-6.2.6/deps/linenoise/linenoise.c
redis-6.2.6/deps/linenoise/linenoise.h
redis-6.2.6/deps/lua/
redis-6.2.6/deps/lua/COPYRIGHT
redis-6.2.6/deps/lua/HISTORY
redis-6.2.6/deps/lua/INSTALL
redis-6.2.6/deps/lua/Makefile
redis-6.2.6/deps/lua/README
redis-6.2.6/deps/lua/doc/
redis-6.2.6/deps/lua/doc/contents.html
redis-6.2.6/deps/lua/doc/cover.png
redis-6.2.6/deps/lua/doc/logo.gif
redis-6.2.6/deps/lua/doc/lua.1
redis-6.2.6/deps/lua/doc/lua.css
redis-6.2.6/deps/lua/doc/lua.html
redis-6.2.6/deps/lua/doc/luac.1
redis-6.2.6/deps/lua/doc/luac.html
redis-6.2.6/deps/lua/doc/manual.css
redis-6.2.6/deps/lua/doc/manual.html
redis-6.2.6/deps/lua/doc/readme.html
redis-6.2.6/deps/lua/etc/
redis-6.2.6/deps/lua/etc/Makefile
redis-6.2.6/deps/lua/etc/README
redis-6.2.6/deps/lua/etc/all.c
redis-6.2.6/deps/lua/etc/lua.hpp
redis-6.2.6/deps/lua/etc/lua.ico
redis-6.2.6/deps/lua/etc/lua.pc
redis-6.2.6/deps/lua/etc/luavs.bat
redis-6.2.6/deps/lua/etc/min.c
redis-6.2.6/deps/lua/etc/noparser.c
redis-6.2.6/deps/lua/etc/strict.lua
redis-6.2.6/deps/lua/src/
redis-6.2.6/deps/lua/src/Makefile
redis-6.2.6/deps/lua/src/fpconv.c
redis-6.2.6/deps/lua/src/fpconv.h
redis-6.2.6/deps/lua/src/lapi.c
redis-6.2.6/deps/lua/src/lapi.h
redis-6.2.6/deps/lua/src/lauxlib.c
redis-6.2.6/deps/lua/src/lauxlib.h
redis-6.2.6/deps/lua/src/lbaselib.c
redis-6.2.6/deps/lua/src/lcode.c
redis-6.2.6/deps/lua/src/lcode.h
redis-6.2.6/deps/lua/src/ldblib.c
redis-6.2.6/deps/lua/src/ldebug.c
redis-6.2.6/deps/lua/src/ldebug.h
redis-6.2.6/deps/lua/src/ldo.c
redis-6.2.6/deps/lua/src/ldo.h
redis-6.2.6/deps/lua/src/ldump.c
redis-6.2.6/deps/lua/src/lfunc.c
redis-6.2.6/deps/lua/src/lfunc.h
redis-6.2.6/deps/lua/src/lgc.c
redis-6.2.6/deps/lua/src/lgc.h
redis-6.2.6/deps/lua/src/linit.c
redis-6.2.6/deps/lua/src/liolib.c
redis-6.2.6/deps/lua/src/llex.c
redis-6.2.6/deps/lua/src/llex.h
redis-6.2.6/deps/lua/src/llimits.h
redis-6.2.6/deps/lua/src/lmathlib.c
redis-6.2.6/deps/lua/src/lmem.c
redis-6.2.6/deps/lua/src/lmem.h
redis-6.2.6/deps/lua/src/loadlib.c
redis-6.2.6/deps/lua/src/lobject.c
redis-6.2.6/deps/lua/src/lobject.h
redis-6.2.6/deps/lua/src/lopcodes.c
redis-6.2.6/deps/lua/src/lopcodes.h
redis-6.2.6/deps/lua/src/loslib.c
redis-6.2.6/deps/lua/src/lparser.c
redis-6.2.6/deps/lua/src/lparser.h
redis-6.2.6/deps/lua/src/lstate.c
redis-6.2.6/deps/lua/src/lstate.h
redis-6.2.6/deps/lua/src/lstring.c
redis-6.2.6/deps/lua/src/lstring.h
redis-6.2.6/deps/lua/src/lstrlib.c
redis-6.2.6/deps/lua/src/ltable.c
redis-6.2.6/deps/lua/src/ltable.h
redis-6.2.6/deps/lua/src/ltablib.c
redis-6.2.6/deps/lua/src/ltm.c
redis-6.2.6/deps/lua/src/ltm.h
redis-6.2.6/deps/lua/src/lua.c
redis-6.2.6/deps/lua/src/lua.h
redis-6.2.6/deps/lua/src/lua_bit.c
redis-6.2.6/deps/lua/src/lua_cjson.c
redis-6.2.6/deps/lua/src/lua_cmsgpack.c
redis-6.2.6/deps/lua/src/lua_struct.c
redis-6.2.6/deps/lua/src/luac.c
redis-6.2.6/deps/lua/src/luaconf.h
redis-6.2.6/deps/lua/src/lualib.h
redis-6.2.6/deps/lua/src/lundump.c
redis-6.2.6/deps/lua/src/lundump.h
redis-6.2.6/deps/lua/src/lvm.c
redis-6.2.6/deps/lua/src/lvm.h
redis-6.2.6/deps/lua/src/lzio.c
redis-6.2.6/deps/lua/src/lzio.h
redis-6.2.6/deps/lua/src/print.c
redis-6.2.6/deps/lua/src/strbuf.c
redis-6.2.6/deps/lua/src/strbuf.h
redis-6.2.6/deps/lua/test/
redis-6.2.6/deps/lua/test/README
redis-6.2.6/deps/lua/test/bisect.lua
redis-6.2.6/deps/lua/test/cf.lua
redis-6.2.6/deps/lua/test/echo.lua
redis-6.2.6/deps/lua/test/env.lua
redis-6.2.6/deps/lua/test/factorial.lua
redis-6.2.6/deps/lua/test/fib.lua
redis-6.2.6/deps/lua/test/fibfor.lua
redis-6.2.6/deps/lua/test/globals.lua
redis-6.2.6/deps/lua/test/hello.lua
redis-6.2.6/deps/lua/test/life.lua
redis-6.2.6/deps/lua/test/luac.lua
redis-6.2.6/deps/lua/test/printf.lua
redis-6.2.6/deps/lua/test/readonly.lua
redis-6.2.6/deps/lua/test/sieve.lua
redis-6.2.6/deps/lua/test/sort.lua
redis-6.2.6/deps/lua/test/table.lua
redis-6.2.6/deps/lua/test/trace-calls.lua
redis-6.2.6/deps/lua/test/trace-globals.lua
redis-6.2.6/deps/lua/test/xd.lua
redis-6.2.6/deps/update-jemalloc.sh
redis-6.2.6/redis.conf
redis-6.2.6/runtest
redis-6.2.6/runtest-cluster
redis-6.2.6/runtest-moduleapi
redis-6.2.6/runtest-sentinel
redis-6.2.6/sentinel.conf
redis-6.2.6/src/
redis-6.2.6/src/.gitignore
redis-6.2.6/src/Makefile
redis-6.2.6/src/acl.c
redis-6.2.6/src/adlist.c
redis-6.2.6/src/adlist.h
redis-6.2.6/src/ae.c
redis-6.2.6/src/ae.h
redis-6.2.6/src/ae_epoll.c
redis-6.2.6/src/ae_evport.c
redis-6.2.6/src/ae_kqueue.c
redis-6.2.6/src/ae_select.c
redis-6.2.6/src/anet.c
redis-6.2.6/src/anet.h
redis-6.2.6/src/aof.c
redis-6.2.6/src/asciilogo.h
redis-6.2.6/src/atomicvar.h
redis-6.2.6/src/bio.c
redis-6.2.6/src/bio.h
redis-6.2.6/src/bitops.c
redis-6.2.6/src/blocked.c
redis-6.2.6/src/childinfo.c
redis-6.2.6/src/cli_common.c
redis-6.2.6/src/cli_common.h
redis-6.2.6/src/cluster.c
redis-6.2.6/src/cluster.h
redis-6.2.6/src/config.c
redis-6.2.6/src/config.h
redis-6.2.6/src/connection.c
redis-6.2.6/src/connection.h
redis-6.2.6/src/connhelpers.h
redis-6.2.6/src/crc16.c
redis-6.2.6/src/crc16_slottable.h
redis-6.2.6/src/crc64.c
redis-6.2.6/src/crc64.h
redis-6.2.6/src/crcspeed.c
redis-6.2.6/src/crcspeed.h
redis-6.2.6/src/db.c
redis-6.2.6/src/debug.c
redis-6.2.6/src/debugmacro.h
redis-6.2.6/src/defrag.c
redis-6.2.6/src/dict.c
redis-6.2.6/src/dict.h
redis-6.2.6/src/endianconv.c
redis-6.2.6/src/endianconv.h
redis-6.2.6/src/evict.c
redis-6.2.6/src/expire.c
redis-6.2.6/src/fmacros.h
redis-6.2.6/src/geo.c
redis-6.2.6/src/geo.h
redis-6.2.6/src/geohash.c
redis-6.2.6/src/geohash.h
redis-6.2.6/src/geohash_helper.c
redis-6.2.6/src/geohash_helper.h
redis-6.2.6/src/gopher.c
redis-6.2.6/src/help.h
redis-6.2.6/src/hyperloglog.c
redis-6.2.6/src/intset.c
redis-6.2.6/src/intset.h
redis-6.2.6/src/latency.c
redis-6.2.6/src/latency.h
redis-6.2.6/src/lazyfree.c
redis-6.2.6/src/listpack.c
redis-6.2.6/src/listpack.h
redis-6.2.6/src/listpack_malloc.h
redis-6.2.6/src/localtime.c
redis-6.2.6/src/lolwut.c
redis-6.2.6/src/lolwut.h
redis-6.2.6/src/lolwut5.c
redis-6.2.6/src/lolwut6.c
redis-6.2.6/src/lzf.h
redis-6.2.6/src/lzfP.h
redis-6.2.6/src/lzf_c.c
redis-6.2.6/src/lzf_d.c
redis-6.2.6/src/memtest.c
redis-6.2.6/src/mkreleasehdr.sh
redis-6.2.6/src/module.c
redis-6.2.6/src/modules/
redis-6.2.6/src/modules/.gitignore
redis-6.2.6/src/modules/Makefile
redis-6.2.6/src/modules/gendoc.rb
redis-6.2.6/src/modules/helloacl.c
redis-6.2.6/src/modules/helloblock.c
redis-6.2.6/src/modules/hellocluster.c
redis-6.2.6/src/modules/hellodict.c
redis-6.2.6/src/modules/hellohook.c
redis-6.2.6/src/modules/hellotimer.c
redis-6.2.6/src/modules/hellotype.c
redis-6.2.6/src/modules/helloworld.c
redis-6.2.6/src/monotonic.c
redis-6.2.6/src/monotonic.h
redis-6.2.6/src/mt19937-64.c
redis-6.2.6/src/mt19937-64.h
redis-6.2.6/src/multi.c
redis-6.2.6/src/networking.c
redis-6.2.6/src/notify.c
redis-6.2.6/src/object.c
redis-6.2.6/src/pqsort.c
redis-6.2.6/src/pqsort.h
redis-6.2.6/src/pubsub.c
redis-6.2.6/src/quicklist.c
redis-6.2.6/src/quicklist.h
redis-6.2.6/src/rand.c
redis-6.2.6/src/rand.h
redis-6.2.6/src/rax.c
redis-6.2.6/src/rax.h
redis-6.2.6/src/rax_malloc.h
redis-6.2.6/src/rdb.c
redis-6.2.6/src/rdb.h
redis-6.2.6/src/redis-benchmark.c
redis-6.2.6/src/redis-check-aof.c
redis-6.2.6/src/redis-check-rdb.c
redis-6.2.6/src/redis-cli.c
redis-6.2.6/src/redis-trib.rb
redis-6.2.6/src/redisassert.h
redis-6.2.6/src/redismodule.h
redis-6.2.6/src/release.c
redis-6.2.6/src/replication.c
redis-6.2.6/src/rio.c
redis-6.2.6/src/rio.h
redis-6.2.6/src/scripting.c
redis-6.2.6/src/sds.c
redis-6.2.6/src/sds.h
redis-6.2.6/src/sdsalloc.h
redis-6.2.6/src/sentinel.c
redis-6.2.6/src/server.c
redis-6.2.6/src/server.h
redis-6.2.6/src/setcpuaffinity.c
redis-6.2.6/src/setproctitle.c
redis-6.2.6/src/sha1.c
redis-6.2.6/src/sha1.h
redis-6.2.6/src/sha256.c
redis-6.2.6/src/sha256.h
redis-6.2.6/src/siphash.c
redis-6.2.6/src/slowlog.c
redis-6.2.6/src/slowlog.h
redis-6.2.6/src/solarisfixes.h
redis-6.2.6/src/sort.c
redis-6.2.6/src/sparkline.c
redis-6.2.6/src/sparkline.h
redis-6.2.6/src/stream.h
redis-6.2.6/src/syncio.c
redis-6.2.6/src/t_hash.c
redis-6.2.6/src/t_list.c
redis-6.2.6/src/t_set.c
redis-6.2.6/src/t_stream.c
redis-6.2.6/src/t_string.c
redis-6.2.6/src/t_zset.c
redis-6.2.6/src/testhelp.h
redis-6.2.6/src/timeout.c
redis-6.2.6/src/tls.c
redis-6.2.6/src/tracking.c
redis-6.2.6/src/util.c
redis-6.2.6/src/util.h
redis-6.2.6/src/valgrind.sup
redis-6.2.6/src/version.h
redis-6.2.6/src/ziplist.c
redis-6.2.6/src/ziplist.h
redis-6.2.6/src/zipmap.c
redis-6.2.6/src/zipmap.h
redis-6.2.6/src/zmalloc.c
redis-6.2.6/src/zmalloc.h
redis-6.2.6/tests/
redis-6.2.6/tests/assets/
redis-6.2.6/tests/assets/corrupt_empty_keys.rdb
redis-6.2.6/tests/assets/corrupt_ziplist.rdb
redis-6.2.6/tests/assets/default.conf
redis-6.2.6/tests/assets/encodings.rdb
redis-6.2.6/tests/assets/hash-zipmap.rdb
redis-6.2.6/tests/assets/minimal.conf
redis-6.2.6/tests/assets/nodefaultuser.acl
redis-6.2.6/tests/assets/user.acl
redis-6.2.6/tests/cluster/
redis-6.2.6/tests/cluster/cluster.tcl
redis-6.2.6/tests/cluster/run.tcl
redis-6.2.6/tests/cluster/tests/
redis-6.2.6/tests/cluster/tests/00-base.tcl
redis-6.2.6/tests/cluster/tests/01-faildet.tcl
redis-6.2.6/tests/cluster/tests/02-failover.tcl
redis-6.2.6/tests/cluster/tests/03-failover-loop.tcl
redis-6.2.6/tests/cluster/tests/04-resharding.tcl
redis-6.2.6/tests/cluster/tests/05-slave-selection.tcl
redis-6.2.6/tests/cluster/tests/06-slave-stop-cond.tcl
redis-6.2.6/tests/cluster/tests/07-replica-migration.tcl
redis-6.2.6/tests/cluster/tests/08-update-msg.tcl
redis-6.2.6/tests/cluster/tests/09-pubsub.tcl
redis-6.2.6/tests/cluster/tests/10-manual-failover.tcl
redis-6.2.6/tests/cluster/tests/11-manual-takeover.tcl
redis-6.2.6/tests/cluster/tests/12-replica-migration-2.tcl
redis-6.2.6/tests/cluster/tests/12.1-replica-migration-3.tcl
redis-6.2.6/tests/cluster/tests/13-no-failover-option.tcl
redis-6.2.6/tests/cluster/tests/14-consistency-check.tcl
redis-6.2.6/tests/cluster/tests/15-cluster-slots.tcl
redis-6.2.6/tests/cluster/tests/16-transactions-on-replica.tcl
redis-6.2.6/tests/cluster/tests/17-diskless-load-swapdb.tcl
redis-6.2.6/tests/cluster/tests/18-info.tcl
redis-6.2.6/tests/cluster/tests/19-cluster-nodes-slots.tcl
redis-6.2.6/tests/cluster/tests/20-half-migrated-slot.tcl
redis-6.2.6/tests/cluster/tests/21-many-slot-migration.tcl
redis-6.2.6/tests/cluster/tests/helpers/
redis-6.2.6/tests/cluster/tests/helpers/onlydots.tcl
redis-6.2.6/tests/cluster/tests/includes/
redis-6.2.6/tests/cluster/tests/includes/init-tests.tcl
redis-6.2.6/tests/cluster/tests/includes/utils.tcl
redis-6.2.6/tests/cluster/tmp/
redis-6.2.6/tests/cluster/tmp/.gitignore
redis-6.2.6/tests/helpers/
redis-6.2.6/tests/helpers/bg_block_op.tcl
redis-6.2.6/tests/helpers/bg_complex_data.tcl
redis-6.2.6/tests/helpers/fake_redis_node.tcl
redis-6.2.6/tests/helpers/gen_write_load.tcl
redis-6.2.6/tests/instances.tcl
redis-6.2.6/tests/integration/
redis-6.2.6/tests/integration/aof-race.tcl
redis-6.2.6/tests/integration/aof.tcl
redis-6.2.6/tests/integration/block-repl.tcl
redis-6.2.6/tests/integration/convert-zipmap-hash-on-load.tcl
redis-6.2.6/tests/integration/corrupt-dump-fuzzer.tcl
redis-6.2.6/tests/integration/corrupt-dump.tcl
redis-6.2.6/tests/integration/failover.tcl
redis-6.2.6/tests/integration/logging.tcl
redis-6.2.6/tests/integration/psync2-pingoff.tcl
redis-6.2.6/tests/integration/psync2-reg.tcl
redis-6.2.6/tests/integration/psync2.tcl
redis-6.2.6/tests/integration/rdb.tcl
redis-6.2.6/tests/integration/redis-benchmark.tcl
redis-6.2.6/tests/integration/redis-cli.tcl
redis-6.2.6/tests/integration/replication-2.tcl
redis-6.2.6/tests/integration/replication-3.tcl
redis-6.2.6/tests/integration/replication-4.tcl
redis-6.2.6/tests/integration/replication-psync.tcl
redis-6.2.6/tests/integration/replication.tcl
redis-6.2.6/tests/modules/
redis-6.2.6/tests/modules/Makefile
redis-6.2.6/tests/modules/auth.c
redis-6.2.6/tests/modules/basics.c
redis-6.2.6/tests/modules/blockedclient.c
redis-6.2.6/tests/modules/blockonbackground.c
redis-6.2.6/tests/modules/blockonkeys.c
redis-6.2.6/tests/modules/commandfilter.c
redis-6.2.6/tests/modules/datatype.c
redis-6.2.6/tests/modules/defragtest.c
redis-6.2.6/tests/modules/fork.c
redis-6.2.6/tests/modules/getkeys.c
redis-6.2.6/tests/modules/hash.c
redis-6.2.6/tests/modules/hooks.c
redis-6.2.6/tests/modules/infotest.c
redis-6.2.6/tests/modules/keyspace_events.c
redis-6.2.6/tests/modules/misc.c
redis-6.2.6/tests/modules/propagate.c
redis-6.2.6/tests/modules/scan.c
redis-6.2.6/tests/modules/stream.c
redis-6.2.6/tests/modules/test_lazyfree.c
redis-6.2.6/tests/modules/testrdb.c
redis-6.2.6/tests/modules/timer.c
redis-6.2.6/tests/modules/zset.c
redis-6.2.6/tests/sentinel/
redis-6.2.6/tests/sentinel/run.tcl
redis-6.2.6/tests/sentinel/tests/
redis-6.2.6/tests/sentinel/tests/00-base.tcl
redis-6.2.6/tests/sentinel/tests/01-conf-update.tcl
redis-6.2.6/tests/sentinel/tests/02-slaves-reconf.tcl
redis-6.2.6/tests/sentinel/tests/03-runtime-reconf.tcl
redis-6.2.6/tests/sentinel/tests/04-slave-selection.tcl
redis-6.2.6/tests/sentinel/tests/05-manual.tcl
redis-6.2.6/tests/sentinel/tests/06-ckquorum.tcl
redis-6.2.6/tests/sentinel/tests/07-down-conditions.tcl
redis-6.2.6/tests/sentinel/tests/08-hostname-conf.tcl
redis-6.2.6/tests/sentinel/tests/09-acl-support.tcl
redis-6.2.6/tests/sentinel/tests/10-replica-priority.tcl
redis-6.2.6/tests/sentinel/tests/helpers/
redis-6.2.6/tests/sentinel/tests/helpers/check_leaked_fds.tcl
redis-6.2.6/tests/sentinel/tests/includes/
redis-6.2.6/tests/sentinel/tests/includes/init-tests.tcl
redis-6.2.6/tests/sentinel/tests/includes/sentinel.conf
redis-6.2.6/tests/sentinel/tests/includes/start-init-tests.tcl
redis-6.2.6/tests/sentinel/tmp/
redis-6.2.6/tests/sentinel/tmp/.gitignore
redis-6.2.6/tests/support/
redis-6.2.6/tests/support/benchmark.tcl
redis-6.2.6/tests/support/cli.tcl
redis-6.2.6/tests/support/cluster.tcl
redis-6.2.6/tests/support/redis.tcl
redis-6.2.6/tests/support/server.tcl
redis-6.2.6/tests/support/test.tcl
redis-6.2.6/tests/support/tmpfile.tcl
redis-6.2.6/tests/support/util.tcl
redis-6.2.6/tests/test_helper.tcl
redis-6.2.6/tests/tmp/
redis-6.2.6/tests/tmp/.gitignore
redis-6.2.6/tests/unit/
redis-6.2.6/tests/unit/acl.tcl
redis-6.2.6/tests/unit/aofrw.tcl
redis-6.2.6/tests/unit/auth.tcl
redis-6.2.6/tests/unit/bitfield.tcl
redis-6.2.6/tests/unit/bitops.tcl
redis-6.2.6/tests/unit/dump.tcl
redis-6.2.6/tests/unit/expire.tcl
redis-6.2.6/tests/unit/geo.tcl
redis-6.2.6/tests/unit/hyperloglog.tcl
redis-6.2.6/tests/unit/info.tcl
redis-6.2.6/tests/unit/introspection-2.tcl
redis-6.2.6/tests/unit/introspection.tcl
redis-6.2.6/tests/unit/keyspace.tcl
redis-6.2.6/tests/unit/latency-monitor.tcl
redis-6.2.6/tests/unit/lazyfree.tcl
redis-6.2.6/tests/unit/limits.tcl
redis-6.2.6/tests/unit/maxmemory.tcl
redis-6.2.6/tests/unit/memefficiency.tcl
redis-6.2.6/tests/unit/moduleapi/
redis-6.2.6/tests/unit/moduleapi/auth.tcl
redis-6.2.6/tests/unit/moduleapi/basics.tcl
redis-6.2.6/tests/unit/moduleapi/blockedclient.tcl
redis-6.2.6/tests/unit/moduleapi/blockonbackground.tcl
redis-6.2.6/tests/unit/moduleapi/blockonkeys.tcl
redis-6.2.6/tests/unit/moduleapi/commandfilter.tcl
redis-6.2.6/tests/unit/moduleapi/datatype.tcl
redis-6.2.6/tests/unit/moduleapi/defrag.tcl
redis-6.2.6/tests/unit/moduleapi/fork.tcl
redis-6.2.6/tests/unit/moduleapi/getkeys.tcl
redis-6.2.6/tests/unit/moduleapi/hash.tcl
redis-6.2.6/tests/unit/moduleapi/hooks.tcl
redis-6.2.6/tests/unit/moduleapi/infotest.tcl
redis-6.2.6/tests/unit/moduleapi/keyspace_events.tcl
redis-6.2.6/tests/unit/moduleapi/misc.tcl
redis-6.2.6/tests/unit/moduleapi/propagate.tcl
redis-6.2.6/tests/unit/moduleapi/scan.tcl
redis-6.2.6/tests/unit/moduleapi/stream.tcl
redis-6.2.6/tests/unit/moduleapi/test_lazyfree.tcl
redis-6.2.6/tests/unit/moduleapi/testrdb.tcl
redis-6.2.6/tests/unit/moduleapi/timer.tcl
redis-6.2.6/tests/unit/moduleapi/zset.tcl
redis-6.2.6/tests/unit/multi.tcl
redis-6.2.6/tests/unit/networking.tcl
redis-6.2.6/tests/unit/obuf-limits.tcl
redis-6.2.6/tests/unit/oom-score-adj.tcl
redis-6.2.6/tests/unit/other.tcl
redis-6.2.6/tests/unit/pause.tcl
redis-6.2.6/tests/unit/pendingquerybuf.tcl
redis-6.2.6/tests/unit/printver.tcl
redis-6.2.6/tests/unit/protocol.tcl
redis-6.2.6/tests/unit/pubsub.tcl
redis-6.2.6/tests/unit/quit.tcl
redis-6.2.6/tests/unit/scan.tcl
redis-6.2.6/tests/unit/scripting.tcl
redis-6.2.6/tests/unit/shutdown.tcl
redis-6.2.6/tests/unit/slowlog.tcl
redis-6.2.6/tests/unit/sort.tcl
redis-6.2.6/tests/unit/tls.tcl
redis-6.2.6/tests/unit/tracking.tcl
redis-6.2.6/tests/unit/type/
redis-6.2.6/tests/unit/type/hash.tcl
redis-6.2.6/tests/unit/type/incr.tcl
redis-6.2.6/tests/unit/type/list-2.tcl
redis-6.2.6/tests/unit/type/list-3.tcl
redis-6.2.6/tests/unit/type/list-common.tcl
redis-6.2.6/tests/unit/type/list.tcl
redis-6.2.6/tests/unit/type/set.tcl
redis-6.2.6/tests/unit/type/stream-cgroups.tcl
redis-6.2.6/tests/unit/type/stream.tcl
redis-6.2.6/tests/unit/type/string.tcl
redis-6.2.6/tests/unit/type/zset.tcl
redis-6.2.6/tests/unit/violations.tcl
redis-6.2.6/tests/unit/wait.tcl
redis-6.2.6/utils/
redis-6.2.6/utils/build-static-symbols.tcl
redis-6.2.6/utils/cluster_fail_time.tcl
redis-6.2.6/utils/corrupt_rdb.c
redis-6.2.6/utils/create-cluster/
redis-6.2.6/utils/create-cluster/.gitignore
redis-6.2.6/utils/create-cluster/README
redis-6.2.6/utils/create-cluster/create-cluster
redis-6.2.6/utils/gen-test-certs.sh
redis-6.2.6/utils/generate-command-help.rb
redis-6.2.6/utils/graphs/
redis-6.2.6/utils/graphs/commits-over-time/
redis-6.2.6/utils/graphs/commits-over-time/README.md
redis-6.2.6/utils/graphs/commits-over-time/genhtml.tcl
redis-6.2.6/utils/hashtable/
redis-6.2.6/utils/hashtable/README
redis-6.2.6/utils/hashtable/rehashing.c
redis-6.2.6/utils/hyperloglog/
redis-6.2.6/utils/hyperloglog/.gitignore
redis-6.2.6/utils/hyperloglog/hll-err.rb
redis-6.2.6/utils/hyperloglog/hll-gnuplot-graph.rb
redis-6.2.6/utils/install_server.sh
redis-6.2.6/utils/lru/
redis-6.2.6/utils/lru/README
redis-6.2.6/utils/lru/lfu-simulation.c
redis-6.2.6/utils/lru/test-lru.rb
redis-6.2.6/utils/redis-copy.rb
redis-6.2.6/utils/redis-sha1.rb
redis-6.2.6/utils/redis_init_script
redis-6.2.6/utils/redis_init_script.tpl
redis-6.2.6/utils/releasetools/
redis-6.2.6/utils/releasetools/01_create_tarball.sh
redis-6.2.6/utils/releasetools/02_upload_tarball.sh
redis-6.2.6/utils/releasetools/03_test_release.sh
redis-6.2.6/utils/releasetools/04_release_hash.sh
redis-6.2.6/utils/releasetools/changelog.tcl
redis-6.2.6/utils/speed-regression.tcl
redis-6.2.6/utils/srandmember/
redis-6.2.6/utils/srandmember/README.md
redis-6.2.6/utils/srandmember/showdist.rb
redis-6.2.6/utils/srandmember/showfreq.rb
redis-6.2.6/utils/[email protected]
redis-6.2.6/utils/systemd-redis_server.service
redis-6.2.6/utils/tracking_collisions.c
redis-6.2.6/utils/whatisdoing.sh
[root@VM-16-4-centos src]# ls
redis-6.2.6 redis-6.2.6.tar.gz
[root@VM-16-4-centos src]# cd redis-6.2.6/
[root@VM-16-4-centos redis-6.2.6]# make PREFIX=/usr/local/redis install
cd src && make install
make[1]: 进入目录“/usr/local/src/redis-6.2.6/src”
CC Makefile.dep
make[1]: 离开目录“/usr/local/src/redis-6.2.6/src”
make[1]: 进入目录“/usr/local/src/redis-6.2.6/src”
rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep
rm -f adlist.d quicklist.d ae.d anet.d dict.d server.d sds.d zmalloc.d lzf_c.d lzf_d.d pqsort.d zipmap.d sha1.d ziplist.d release.d networking.d util.d object.d db.d replication.d rdb.d t_string.d t_list.d t_set.d t_zset.d t_hash.d config.d aof.d pubsub.d multi.d debug.d sort.d intset.d syncio.d cluster.d crc16.d endianconv.d slowlog.d scripting.d bio.d rio.d rand.d memtest.d crcspeed.d crc64.d bitops.d sentinel.d notify.d setproctitle.d blocked.d hyperloglog.d latency.d sparkline.d redis-check-rdb.d redis-check-aof.d geo.d lazyfree.d module.d evict.d expire.d geohash.d geohash_helper.d childinfo.d defrag.d siphash.d rax.d t_stream.d listpack.d localtime.d lolwut.d lolwut5.d lolwut6.d acl.d gopher.d tracking.d connection.d tls.d sha256.d timeout.d setcpuaffinity.d monotonic.d mt19937-64.d anet.d adlist.d dict.d redis-cli.d zmalloc.d release.d ae.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d ae.d anet.d redis-benchmark.d adlist.d dict.d zmalloc.d release.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d
(cd ../deps && make distclean)
make[2]: 进入目录“/usr/local/src/redis-6.2.6/deps”
(cd hiredis && make clean) > /dev/null || true
(cd linenoise && make clean) > /dev/null || true
(cd lua && make clean) > /dev/null || true
(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true
(cd hdr_histogram && make clean) > /dev/null || true
(rm -f .make-*)
make[2]: 离开目录“/usr/local/src/redis-6.2.6/deps”
(cd modules && make clean)
make[2]: 进入目录“/usr/local/src/redis-6.2.6/src/modules”
rm -rf *.xo *.so
make[2]: 离开目录“/usr/local/src/redis-6.2.6/src/modules”
(cd ../tests/modules && make clean)
make[2]: 进入目录“/usr/local/src/redis-6.2.6/tests/modules”
rm -f commandfilter.so basics.so testrdb.so fork.so infotest.so propagate.so misc.so hooks.so blockonkeys.so blockonbackground.so scan.so datatype.so auth.so keyspace_events.so blockedclient.so getkeys.so test_lazyfree.so timer.so defragtest.so hash.so zset.so stream.so commandfilter.xo basics.xo testrdb.xo fork.xo infotest.xo propagate.xo misc.xo hooks.xo blockonkeys.xo blockonbackground.xo scan.xo datatype.xo auth.xo keyspace_events.xo blockedclient.xo getkeys.xo test_lazyfree.xo timer.xo defragtest.xo hash.xo zset.xo stream.xo
make[2]: 离开目录“/usr/local/src/redis-6.2.6/tests/modules”
(rm -f .make-*)
echo STD=-pedantic -DREDIS_STATIC='' -std=c99 >> .make-settings
echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings
echo OPT=-O2 >> .make-settings
echo MALLOC=jemalloc >> .make-settings
echo BUILD_TLS= >> .make-settings
echo USE_SYSTEMD= >> .make-settings
echo CFLAGS= >> .make-settings
echo LDFLAGS= >> .make-settings
echo REDIS_CFLAGS= >> .make-settings
echo REDIS_LDFLAGS= >> .make-settings
echo PREV_FINAL_CFLAGS=-pedantic -DREDIS_STATIC='' -std=c99 -Wall -W -Wno-missing-field-initializers -O2 -g -ggdb -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DHAVE_LIBSYSTEMD -DUSE_JEMALLOC -I../deps/jemalloc/include >> .make-settings
echo PREV_FINAL_LDFLAGS= -g -ggdb -rdynamic >> .make-settings
(cd ../deps && make hiredis linenoise lua hdr_histogram jemalloc)
make[2]: 进入目录“/usr/local/src/redis-6.2.6/deps”
(cd hiredis && make clean) > /dev/null || true
(cd linenoise && make clean) > /dev/null || true
(cd lua && make clean) > /dev/null || true
(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true
(cd hdr_histogram && make clean) > /dev/null || true
(rm -f .make-*)
(echo "" > .make-cflags)
(echo "" > .make-ldflags)
MAKE hiredis
cd hiredis && make static
make[3]: 进入目录“/usr/local/src/redis-6.2.6/deps/hiredis”
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb alloc.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb net.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb hiredis.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sds.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb async.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb read.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sockcompat.c
ar rcs libhiredis.a alloc.o net.o hiredis.o sds.o async.o read.o sockcompat.o
make[3]: 离开目录“/usr/local/src/redis-6.2.6/deps/hiredis”
MAKE linenoise
cd linenoise && make
make[3]: 进入目录“/usr/local/src/redis-6.2.6/deps/linenoise”
cc -Wall -Os -g -c linenoise.c
make[3]: 离开目录“/usr/local/src/redis-6.2.6/deps/linenoise”
MAKE lua
cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP " MYLDFLAGS="" AR="ar rc"
make[3]: 进入目录“/usr/local/src/redis-6.2.6/deps/lua/src”
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lapi.o lapi.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lcode.o lcode.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ldebug.o ldebug.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ldo.o ldo.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ldump.o ldump.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lfunc.o lfunc.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lgc.o lgc.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o llex.o llex.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lmem.o lmem.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lobject.o lobject.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lopcodes.o lopcodes.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lparser.o lparser.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lstate.o lstate.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lstring.o lstring.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ltable.o ltable.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ltm.o ltm.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lundump.o lundump.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lvm.o lvm.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lzio.o lzio.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o strbuf.o strbuf.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o fpconv.o fpconv.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lauxlib.o lauxlib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lbaselib.o lbaselib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ldblib.o ldblib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o liolib.o liolib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lmathlib.o lmathlib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o loslib.o loslib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ltablib.o ltablib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lstrlib.o lstrlib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o loadlib.o loadlib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o linit.o linit.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lua_cjson.o lua_cjson.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lua_struct.o lua_struct.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lua_cmsgpack.o lua_cmsgpack.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lua_bit.o lua_bit.c
ar rc liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o # DLL needs all object files
ranlib liblua.a
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lua.o lua.c
cc -o lua lua.o liblua.a -lm
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o luac.o luac.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o print.o print.c
cc -o luac luac.o print.o liblua.a -lm
make[3]: 离开目录“/usr/local/src/redis-6.2.6/deps/lua/src”
MAKE hdr_histogram
cd hdr_histogram && make
make[3]: 进入目录“/usr/local/src/redis-6.2.6/deps/hdr_histogram”
cc -Wall -Os -g -c hdr_histogram.c
make[3]: 离开目录“/usr/local/src/redis-6.2.6/deps/hdr_histogram”
MAKE jemalloc
cd jemalloc && ./configure --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS=""
checking for xsltproc... false
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether compiler is cray... no
checking whether compiler supports -std=gnu11... yes
checking whether compiler supports -Wall... yes
checking whether compiler supports -Wshorten-64-to-32... no
checking whether compiler supports -Wsign-compare... yes
checking whether compiler supports -Wundef... yes
checking whether compiler supports -Wno-format-zero-length... yes
checking whether compiler supports -pipe... yes
checking whether compiler supports -g3... yes
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ supports C++14 features by default... no
checking whether g++ supports C++14 features with -std=c++14... no
checking whether g++ supports C++14 features with -std=c++0x... no
checking whether g++ supports C++14 features with +std=c++14... no
checking whether g++ supports C++14 features with -h std=c++14... no
configure: No compiler with C++14 support was found
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking size of void *... 8
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of intmax_t... 8
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether pause instruction is compilable... yes
checking number of significant virtual address bits... 48
checking for ar... ar
checking for nm... nm
checking for gawk... gawk
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking whether malloc_usable_size definition can use const argument... no
checking for library containing log... -lm
checking whether __attribute__ syntax is compilable... yes
checking whether compiler supports -fvisibility=hidden... yes
checking whether compiler supports -fvisibility=hidden... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether tls_model attribute is compilable... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether alloc_size attribute is compilable... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(gnu_printf, ...) attribute is compilable... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(printf, ...) attribute is compilable... yes
checking for a BSD-compatible install... /bin/install -c
checking for ranlib... ranlib
checking for ld... /bin/ld
checking for autoconf... /bin/autoconf
checking for memalign... yes
checking for valloc... yes
checking whether compiler supports -O3... yes
checking whether compiler supports -O3... yes
checking whether compiler supports -funroll-loops... yes
checking configured backtracing method... N/A
checking for sbrk... yes
checking whether utrace(2) is compilable... no
checking whether a program using __builtin_unreachable is compilable... yes
checking whether a program using __builtin_ffsl is compilable... yes
checking LG_PAGE... 12
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dlsym... no
checking for dlsym in -ldl... yes
checking whether pthread_atfork(3) is compilable... yes
checking whether pthread_setname_np(3) is compilable... yes
checking for library containing clock_gettime... none required
checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes
checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes
checking whether mach_absolute_time() is compilable... no
checking whether compiler supports -Werror... yes
checking whether syscall(2) is compilable... yes
checking for secure_getenv... yes
checking for sched_getcpu... yes
checking for sched_setaffinity... yes
checking for issetugid... no
checking for _malloc_thread_cleanup... no
checking for _pthread_mutex_init_calloc_cb... no
checking for TLS... yes
checking whether C11 atomics is compilable... no
checking whether GCC __atomic atomics is compilable... yes
checking whether GCC __sync atomics is compilable... yes
checking whether Darwin OSAtomic*() is compilable... no
checking whether madvise(2) is compilable... yes
checking whether madvise(..., MADV_FREE) is compilable... no
checking whether madvise(..., MADV_DONTNEED) is compilable... yes
checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes
checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes
checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no
checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no
checking for __builtin_clz... yes
checking whether Darwin os_unfair_lock_*() is compilable... no
checking whether Darwin OSSpin*() is compilable... no
checking whether glibc malloc hook is compilable... yes
checking whether glibc memalign hook is compilable... yes
checking whether pthreads adaptive mutexes is compilable... yes
checking whether compiler supports -D_GNU_SOURCE... yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether strerror_r returns char with gnu source is compilable... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jemalloc.pc
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
config.status: creating include/jemalloc/jemalloc_macros.h
config.status: creating include/jemalloc/jemalloc_protos.h
config.status: creating include/jemalloc/jemalloc_typedefs.h
config.status: creating include/jemalloc/internal/jemalloc_preamble.h
config.status: creating test/test.sh
config.status: creating test/include/test/jemalloc_test.h
config.status: creating config.stamp
config.status: creating bin/jemalloc-config
config.status: creating bin/jemalloc.sh
config.status: creating bin/jeprof
config.status: creating include/jemalloc/jemalloc_defs.h
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
config.status: creating test/include/test/jemalloc_test_defs.h
config.status: executing include/jemalloc/internal/public_symbols.txt commands
config.status: executing include/jemalloc/internal/private_symbols.awk commands
config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands
config.status: executing include/jemalloc/internal/public_namespace.h commands
config.status: executing include/jemalloc/internal/public_unnamespace.h commands
config.status: executing include/jemalloc/internal/size_classes.h commands
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
config.status: executing include/jemalloc/jemalloc_rename.h commands
config.status: executing include/jemalloc/jemalloc_mangle.h commands
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
config.status: executing include/jemalloc/jemalloc.h commands
===============================================================================
jemalloc version : 5.1.0-0-g0
library revision : 2

CONFIG : --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ 'CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops ' LDFLAGS=
CC : gcc
CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops
SPECIFIED_CFLAGS : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops
EXTRA_CFLAGS :
CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT
CXX : g++
CONFIGURE_CXXFLAGS : -fvisibility=hidden -O3
SPECIFIED_CXXFLAGS :
EXTRA_CXXFLAGS :
LDFLAGS :
EXTRA_LDFLAGS :
DSO_LDFLAGS : -shared -Wl,-soname,$(@F)
LIBS : -lm -lpthread -ldl
RPATH_EXTRA :

XSLTPROC : false
XSLROOT :

PREFIX : /usr/local
BINDIR : /usr/local/bin
DATADIR : /usr/local/share
INCLUDEDIR : /usr/local/include
LIBDIR : /usr/local/lib
MANDIR : /usr/local/share/man

srcroot :
abs_srcroot : /usr/local/src/redis-6.2.6/deps/jemalloc/
objroot :
abs_objroot : /usr/local/src/redis-6.2.6/deps/jemalloc/

JEMALLOC_PREFIX : je_
JEMALLOC_PRIVATE_NAMESPACE
: je_
install_suffix :
malloc_conf :
autogen : 0
debug : 0
stats : 1
prof : 0
prof-libunwind : 0
prof-libgcc : 0
prof-gcc : 0
fill : 1
utrace : 0
xmalloc : 0
log : 0
lazy_lock : 0
cache-oblivious : 1
cxx : 0
===============================================================================
cd jemalloc && make CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS="" lib/libjemalloc.a
make[3]: 进入目录“/usr/local/src/redis-6.2.6/deps/jemalloc”
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c
nm -a src/jemalloc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c
nm -a src/arena.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c
nm -a src/background_thread.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c
nm -a src/base.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c
nm -a src/bin.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c
nm -a src/bitmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c
nm -a src/ckh.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c
nm -a src/ctl.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c
nm -a src/div.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c
nm -a src/extent.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c
nm -a src/extent_dss.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c
nm -a src/extent_mmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o src/hash.c
nm -a src/hash.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hooks.sym.o src/hooks.c
nm -a src/hooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hooks.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c
nm -a src/large.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c
nm -a src/log.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c
nm -a src/malloc_io.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c
nm -a src/mutex.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o src/mutex_pool.c
nm -a src/mutex_pool.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c
nm -a src/nstime.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c
nm -a src/pages.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o src/prng.c
nm -a src/prng.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c
nm -a src/prof.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c
nm -a src/rtree.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c
nm -a src/stats.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c
nm -a src/sz.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c
nm -a src/tcache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c
nm -a src/ticker.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c
nm -a src/tsd.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c
nm -a src/witness.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym
/bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hooks.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/stats.sym src/sz.sym src/tcache.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h
cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.gen.h
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hooks.o src/hooks.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.o src/mutex_pool.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.o src/prng.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c
gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bitmap.o src/ckh.o src/ctl.o src/div.o src/extent.o src/extent_dss.o src/extent_mmap.o src/hash.o src/hooks.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/mutex_pool.o src/nstime.o src/pages.o src/prng.o src/prof.o src/rtree.o src/stats.o src/sz.o src/tcache.o src/ticker.o src/tsd.o src/witness.o
make[3]: 离开目录“/usr/local/src/redis-6.2.6/deps/jemalloc”
make[2]: 离开目录“/usr/local/src/redis-6.2.6/deps”
CC adlist.o
CC quicklist.o
CC ae.o
CC anet.o
CC dict.o
CC server.o
CC sds.o
CC zmalloc.o
CC lzf_c.o
CC lzf_d.o
CC pqsort.o
CC zipmap.o
CC sha1.o
CC ziplist.o
CC release.o
CC networking.o
CC util.o
CC object.o
CC db.o
CC replication.o
CC rdb.o
CC t_string.o
CC t_list.o
CC t_set.o
CC t_zset.o
CC t_hash.o
CC config.o
CC aof.o
CC pubsub.o
CC multi.o
CC debug.o
CC sort.o
CC intset.o
CC syncio.o
CC cluster.o
CC crc16.o
CC endianconv.o
CC slowlog.o
CC scripting.o
CC bio.o
CC rio.o
CC rand.o
CC memtest.o
CC crcspeed.o
CC crc64.o
CC bitops.o
CC sentinel.o
CC notify.o
CC setproctitle.o
CC blocked.o
CC hyperloglog.o
CC latency.o
CC sparkline.o
CC redis-check-rdb.o
CC redis-check-aof.o
CC geo.o
CC lazyfree.o
CC module.o
CC evict.o
CC expire.o
CC geohash.o
CC geohash_helper.o
CC childinfo.o
CC defrag.o
CC siphash.o
CC rax.o
CC t_stream.o
CC listpack.o
CC localtime.o
CC lolwut.o
CC lolwut5.o
CC lolwut6.o
CC acl.o
CC gopher.o
CC tracking.o
CC connection.o
CC tls.o
CC sha256.o
CC timeout.o
CC setcpuaffinity.o
CC monotonic.o
CC mt19937-64.o
LINK redis-server
INSTALL redis-sentinel
CC redis-cli.o
CC cli_common.o
LINK redis-cli
CC redis-benchmark.o
LINK redis-benchmark
INSTALL redis-check-rdb
INSTALL redis-check-aof

Hint: It's a good idea to run 'make test' ;)

INSTALL redis-server
INSTALL redis-benchmark
INSTALL redis-cli
make[1]: 离开目录“/usr/local/src/redis-6.2.6/src”
[root@VM-16-4-centos redis-6.2.6]# cp redis.conf /usr/local/redis/bin/
[root@VM-16-4-centos redis-6.2.6]# cd /usr/local/redis/bin
[root@VM-16-4-centos bin]# ./redis-server /usr/local/redis/bin/redis.conf
21776:C 12 Nov 2022 13:09:21.194 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
21776:C 12 Nov 2022 13:09:21.194 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=21776, just started
21776:C 12 Nov 2022 13:09:21.194 # Configuration loaded
21776:M 12 Nov 2022 13:09:21.194 * monotonic clock: POSIX clock_gettime
_._
_.-``__ ''-._
_.-`` `. `_. ''-._ Redis 6.2.6 (00000000/0) 64 bit
.-`` .-```. ```\/ _.,_ ''-._
( ' , .-` | `, ) Running in standalone mode
|`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
| `-._ `._ / _.-' | PID: 21776
`-._ `-._ `-./ _.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' | https://redis.io
`-._ `-._`-.__.-'_.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' |
`-._ `-._`-.__.-'_.-' _.-'
`-._ `-.__.-' _.-'
`-._ _.-'
`-.__.-'

21776:M 12 Nov 2022 13:09:21.195 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
21776:M 12 Nov 2022 13:09:21.195 # Server initialized
21776:M 12 Nov 2022 13:09:21.195 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
21776:M 12 Nov 2022 13:09:21.195 * Ready to accept connections
^A

标签:src,易错,credis,redis,tests,Liunx,deps,jemalloc,6.2
From: https://www.cnblogs.com/ymsblog/p/16883699.html

相关文章

  • redis分布式锁
    得分点为什么要实现分布式锁、实现分布式锁的方式标准回答在分布式的环境下,会发生多个server并发修改同一个资源的情况,这种情况下,由于多个server是多个不同的JRE环境......
  • Liunx安装redis的使用方法
    Linux安装Redis注:希望将redis安装到此目录/usr/local/redis希望将安装包下载到此目录/usr/local/src1.创建安装目录/usr/local/redismkdir/usr/local/redis2.进入安......
  • Redis Cluster 数据分片
    介绍RedisClusterRedis集群是Redis提供的分布式数据库方案,集群通过分片(sharding)来进行数据共享,并提供复制和故障转移功能。节点一个Redis集群通常由多个节点(no......
  • Redis Cluster 数据分片
    介绍RedisClusterRedis集群是Redis提供的分布式数据库方案,集群通过分片(sharding)来进行数据共享,并提供复制和故障转移功能。节点一个Redis集群通常由多个节点(n......
  • Redis数据库安全之旅
    前言​​Redis​​相信大家都或多或少都听说过吧,作为内存数据库的代表,但是近些年​​Redis​​ 被攻击的典范也是越来越多,我们将如何防护​​Redis​​ 安全呢?跟着......
  • redis数据一致性问题还稀里糊涂?看这篇就够了
    前言当我们使用Redis做缓存时,数据不一致问题是绕不过的问题。如果我们没有很好的处理数据一致性问题,就有可能影响用户体验,最严重的会造成业务损失。数据一致性的场景和解决......
  • redis集群搭建
    Redis集群搭建安逸llllll已于2022-09-1312:20:58修改2721收藏9文章标签:redis数据库nosql版权目录Redis集群实现(redis版本6.2.4)1Redis集群1.1为什么要搭建集......
  • Redis的淘汰策略
    默认淘汰策略:满了就出错,不让写了Redis缓存的数据分为两种:设置了过期时间的、全量(也包含没设置过期时间的),这也是淘汰策略针对的两种数据范围lru:最近使用的保留,针对的两种......
  • Redis笔记02-数据类型
    String类型数据127.0.0.1:6379>setnamezhangsan#设置单key-valueOK127.0.0.1:6379>getname"zhangsan"127.0.0.1:6379>msetname1xiaowangname2lisiname3......
  • Redis各个客户端的对比
    【SpringRedisTemplate的底层一开始使用Jedis、但是自从SpringBoot2开始,底层开始使用了Lettuce,故不算在内】         【题外话:如果要使用Spring来集......