首页 > 数据库 >linux环境安装——redis安装复习

linux环境安装——redis安装复习

时间:2024-04-09 11:38:26浏览次数:20  
标签:src commands redis 7.0 deps linux jemalloc 安装

 

 

redis版本:redis-7.0.5.tar.gz

 

 


Session stopped
    - Press <Return> to exit tab
    - Press R to restart session
    - Press S to save terminal output to file
    ┌──────────────────────────────────────────────────────────────────────┐
    │                 • MobaXterm Personal Edition v23.4 •                 │
    │               (SSH client, X server and network tools)               │
    │                                                                      │
    │ ⮞ SSH session to [email protected]                                  │
    │   • Direct SSH      :  ✓                                             │
    │   • SSH compression :  ✓                                             │
    │   • SSH-browser     :  ✓                                             │
    │   • X11-forwarding  :  ✗  (disabled or not supported by server)      │
    │                                                                      │
    │ ⮞ For more info, ctrl+click on help or visit our website.            │
    └──────────────────────────────────────────────────────────────────────┘

Last login: Mon Apr  8 19:18:17 2024 from 223.64.132.140

Welcome to Alibaba Cloud Elastic Compute Service !

[root@iZf8zi6zcbssmm6c2nrhapZ ~]# cd /soft/
[root@iZf8zi6zcbssmm6c2nrhapZ soft]# ls -alt
total 12
drwxr-xr-x   2 root root 4096 Apr  8 19:20 mysql8
dr-xr-xr-x. 20 root root 4096 Apr  8 19:20 ..
drwxr-xr-x   3 root root 4096 Apr  8 19:20 .
[root@iZf8zi6zcbssmm6c2nrhapZ soft]# mkdir redis705
[root@iZf8zi6zcbssmm6c2nrhapZ soft]# cd /evir/
[root@iZf8zi6zcbssmm6c2nrhapZ evir]# ls -alt
total 12
drwxr-xr-x   3 root root 4096 Apr  8 19:24 mysql8
drwxr-xr-x   3 root root 4096 Apr  8 19:20 .
dr-xr-xr-x. 20 root root 4096 Apr  8 19:20 ..
[root@iZf8zi6zcbssmm6c2nrhapZ evir]# mkdir redis705
[root@iZf8zi6zcbssmm6c2nrhapZ evir]# cd /
[root@iZf8zi6zcbssmm6c2nrhapZ /]# tar -axvf /soft/redis705/redis-7.0.5.tar.gz -C /evir/redis705/
redis-7.0.5/
redis-7.0.5/.codespell/
redis-7.0.5/.codespell/.codespellrc
redis-7.0.5/.codespell/requirements.txt
redis-7.0.5/.codespell/wordlist.txt
redis-7.0.5/.gitattributes
redis-7.0.5/.github/
redis-7.0.5/.github/ISSUE_TEMPLATE/
redis-7.0.5/.github/ISSUE_TEMPLATE/bug_report.md
redis-7.0.5/.github/ISSUE_TEMPLATE/crash_report.md
redis-7.0.5/.github/ISSUE_TEMPLATE/feature_request.md
redis-7.0.5/.github/ISSUE_TEMPLATE/other_stuff.md
redis-7.0.5/.github/ISSUE_TEMPLATE/question.md
redis-7.0.5/.github/dependabot.yml
redis-7.0.5/.github/workflows/
redis-7.0.5/.github/workflows/ci.yml
redis-7.0.5/.github/workflows/codeql-analysis.yml
redis-7.0.5/.github/workflows/daily.yml
redis-7.0.5/.github/workflows/external.yml
redis-7.0.5/.github/workflows/spell-check.yml
redis-7.0.5/.gitignore
redis-7.0.5/00-RELEASENOTES
redis-7.0.5/BUGS
redis-7.0.5/CODE_OF_CONDUCT.md
redis-7.0.5/CONTRIBUTING.md
redis-7.0.5/COPYING
redis-7.0.5/INSTALL
redis-7.0.5/MANIFESTO
redis-7.0.5/Makefile
redis-7.0.5/README.md
redis-7.0.5/SECURITY.md
redis-7.0.5/TLS.md
redis-7.0.5/deps/
redis-7.0.5/deps/Makefile
redis-7.0.5/deps/README.md
redis-7.0.5/deps/hdr_histogram/
redis-7.0.5/deps/hdr_histogram/COPYING.txt
redis-7.0.5/deps/hdr_histogram/LICENSE.txt
redis-7.0.5/deps/hdr_histogram/Makefile
redis-7.0.5/deps/hdr_histogram/README.md
redis-7.0.5/deps/hdr_histogram/hdr_atomic.h
redis-7.0.5/deps/hdr_histogram/hdr_histogram.c
redis-7.0.5/deps/hdr_histogram/hdr_histogram.h
redis-7.0.5/deps/hdr_histogram/hdr_redis_malloc.h
redis-7.0.5/deps/hdr_histogram/hdr_tests.h
redis-7.0.5/deps/hiredis/
redis-7.0.5/deps/hiredis/.github/
redis-7.0.5/deps/hiredis/.github/workflows/
redis-7.0.5/deps/hiredis/.github/workflows/build.yml
redis-7.0.5/deps/hiredis/.gitignore
redis-7.0.5/deps/hiredis/.travis.yml
redis-7.0.5/deps/hiredis/CHANGELOG.md
redis-7.0.5/deps/hiredis/CMakeLists.txt
redis-7.0.5/deps/hiredis/COPYING
redis-7.0.5/deps/hiredis/Makefile
redis-7.0.5/deps/hiredis/README.md
redis-7.0.5/deps/hiredis/adapters/
redis-7.0.5/deps/hiredis/adapters/ae.h
redis-7.0.5/deps/hiredis/adapters/glib.h
redis-7.0.5/deps/hiredis/adapters/ivykis.h
redis-7.0.5/deps/hiredis/adapters/libev.h
redis-7.0.5/deps/hiredis/adapters/libevent.h
redis-7.0.5/deps/hiredis/adapters/libuv.h
redis-7.0.5/deps/hiredis/adapters/macosx.h
redis-7.0.5/deps/hiredis/adapters/qt.h
redis-7.0.5/deps/hiredis/alloc.c
redis-7.0.5/deps/hiredis/alloc.h
redis-7.0.5/deps/hiredis/appveyor.yml
redis-7.0.5/deps/hiredis/async.c
redis-7.0.5/deps/hiredis/async.h
redis-7.0.5/deps/hiredis/async_private.h
redis-7.0.5/deps/hiredis/dict.c
redis-7.0.5/deps/hiredis/dict.h
redis-7.0.5/deps/hiredis/examples/
redis-7.0.5/deps/hiredis/examples/CMakeLists.txt
redis-7.0.5/deps/hiredis/examples/example-ae.c
redis-7.0.5/deps/hiredis/examples/example-glib.c
redis-7.0.5/deps/hiredis/examples/example-ivykis.c
redis-7.0.5/deps/hiredis/examples/example-libev.c
redis-7.0.5/deps/hiredis/examples/example-libevent-ssl.c
redis-7.0.5/deps/hiredis/examples/example-libevent.c
redis-7.0.5/deps/hiredis/examples/example-libuv.c
redis-7.0.5/deps/hiredis/examples/example-macosx.c
redis-7.0.5/deps/hiredis/examples/example-push.c
redis-7.0.5/deps/hiredis/examples/example-qt.cpp
redis-7.0.5/deps/hiredis/examples/example-qt.h
redis-7.0.5/deps/hiredis/examples/example-ssl.c
redis-7.0.5/deps/hiredis/examples/example.c
redis-7.0.5/deps/hiredis/fmacros.h
redis-7.0.5/deps/hiredis/fuzzing/
redis-7.0.5/deps/hiredis/fuzzing/format_command_fuzzer.c
redis-7.0.5/deps/hiredis/hiredis-config.cmake.in
redis-7.0.5/deps/hiredis/hiredis.c
redis-7.0.5/deps/hiredis/hiredis.h
redis-7.0.5/deps/hiredis/hiredis.pc.in
redis-7.0.5/deps/hiredis/hiredis.targets
redis-7.0.5/deps/hiredis/hiredis_ssl-config.cmake.in
redis-7.0.5/deps/hiredis/hiredis_ssl.h
redis-7.0.5/deps/hiredis/hiredis_ssl.pc.in
redis-7.0.5/deps/hiredis/net.c
redis-7.0.5/deps/hiredis/net.h
redis-7.0.5/deps/hiredis/read.c
redis-7.0.5/deps/hiredis/read.h
redis-7.0.5/deps/hiredis/sds.c
redis-7.0.5/deps/hiredis/sds.h
redis-7.0.5/deps/hiredis/sdsalloc.h
redis-7.0.5/deps/hiredis/sdscompat.h
redis-7.0.5/deps/hiredis/sockcompat.c
redis-7.0.5/deps/hiredis/sockcompat.h
redis-7.0.5/deps/hiredis/ssl.c
redis-7.0.5/deps/hiredis/test.c
redis-7.0.5/deps/hiredis/test.sh
redis-7.0.5/deps/hiredis/win32.h
redis-7.0.5/deps/jemalloc/
redis-7.0.5/deps/jemalloc/.appveyor.yml
redis-7.0.5/deps/jemalloc/.autom4te.cfg
redis-7.0.5/deps/jemalloc/.cirrus.yml
redis-7.0.5/deps/jemalloc/.gitattributes
redis-7.0.5/deps/jemalloc/.gitignore
redis-7.0.5/deps/jemalloc/.travis.yml
redis-7.0.5/deps/jemalloc/COPYING
redis-7.0.5/deps/jemalloc/ChangeLog
redis-7.0.5/deps/jemalloc/INSTALL.md
redis-7.0.5/deps/jemalloc/Makefile.in
redis-7.0.5/deps/jemalloc/README
redis-7.0.5/deps/jemalloc/TUNING.md
redis-7.0.5/deps/jemalloc/VERSION
redis-7.0.5/deps/jemalloc/autogen.sh
redis-7.0.5/deps/jemalloc/bin/
redis-7.0.5/deps/jemalloc/bin/jemalloc-config.in
redis-7.0.5/deps/jemalloc/bin/jemalloc.sh.in
redis-7.0.5/deps/jemalloc/bin/jeprof.in
redis-7.0.5/deps/jemalloc/build-aux/
redis-7.0.5/deps/jemalloc/build-aux/config.guess
redis-7.0.5/deps/jemalloc/build-aux/config.sub
redis-7.0.5/deps/jemalloc/build-aux/install-sh
redis-7.0.5/deps/jemalloc/config.stamp.in
redis-7.0.5/deps/jemalloc/configure
redis-7.0.5/deps/jemalloc/configure.ac
redis-7.0.5/deps/jemalloc/doc/
redis-7.0.5/deps/jemalloc/doc/html.xsl.in
redis-7.0.5/deps/jemalloc/doc/jemalloc.xml.in
redis-7.0.5/deps/jemalloc/doc/manpages.xsl.in
redis-7.0.5/deps/jemalloc/doc/stylesheet.xsl
redis-7.0.5/deps/jemalloc/include/
redis-7.0.5/deps/jemalloc/include/jemalloc/
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/arena_externs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/arena_inlines_a.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/arena_inlines_b.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/arena_stats.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/arena_structs_a.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/arena_structs_b.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/arena_types.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/assert.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/atomic.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/atomic_c11.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/atomic_gcc_atomic.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/atomic_msvc.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/background_thread_externs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/background_thread_inlines.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/background_thread_structs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/base_externs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/base_inlines.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/base_structs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/base_types.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/bin.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/bin_stats.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/bin_types.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/bit_util.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/bitmap.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/cache_bin.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/ckh.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/ctl.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/div.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/emitter.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/extent_dss.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/extent_externs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/extent_inlines.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/extent_mmap.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/extent_structs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/extent_types.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/hash.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/hook.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h.in
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_externs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_macros.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/jemalloc_preamble.h.in
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/large_externs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/log.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/malloc_io.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/mutex.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/mutex_pool.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/mutex_prof.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/nstime.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/pages.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/ph.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/private_namespace.sh
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/private_symbols.sh
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/prng.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/prof_externs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/prof_inlines_a.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/prof_inlines_b.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/prof_structs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/prof_types.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/public_namespace.sh
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/public_unnamespace.sh
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/ql.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/qr.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/quantum.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/rb.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/rtree.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/rtree_tsd.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/safety_check.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/sc.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/seq.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/smoothstep.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/smoothstep.sh
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/spin.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/stats.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/sz.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/tcache_externs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/tcache_inlines.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/tcache_structs.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/tcache_types.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/test_hooks.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/ticker.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/tsd.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/tsd_generic.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/tsd_malloc_thread_cleanup.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/tsd_tls.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/tsd_types.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/tsd_win.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/util.h
redis-7.0.5/deps/jemalloc/include/jemalloc/internal/witness.h
redis-7.0.5/deps/jemalloc/include/jemalloc/jemalloc.sh
redis-7.0.5/deps/jemalloc/include/jemalloc/jemalloc_defs.h.in
redis-7.0.5/deps/jemalloc/include/jemalloc/jemalloc_macros.h.in
redis-7.0.5/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh
redis-7.0.5/deps/jemalloc/include/jemalloc/jemalloc_protos.h.in
redis-7.0.5/deps/jemalloc/include/jemalloc/jemalloc_rename.sh
redis-7.0.5/deps/jemalloc/include/jemalloc/jemalloc_typedefs.h.in
redis-7.0.5/deps/jemalloc/include/msvc_compat/
redis-7.0.5/deps/jemalloc/include/msvc_compat/C99/
redis-7.0.5/deps/jemalloc/include/msvc_compat/C99/stdbool.h
redis-7.0.5/deps/jemalloc/include/msvc_compat/C99/stdint.h
redis-7.0.5/deps/jemalloc/include/msvc_compat/strings.h
redis-7.0.5/deps/jemalloc/include/msvc_compat/windows_extra.h
redis-7.0.5/deps/jemalloc/jemalloc.pc.in
redis-7.0.5/deps/jemalloc/m4/
redis-7.0.5/deps/jemalloc/m4/ax_cxx_compile_stdcxx.m4
redis-7.0.5/deps/jemalloc/msvc/
redis-7.0.5/deps/jemalloc/msvc/ReadMe.txt
redis-7.0.5/deps/jemalloc/msvc/jemalloc_vc2015.sln
redis-7.0.5/deps/jemalloc/msvc/jemalloc_vc2017.sln
redis-7.0.5/deps/jemalloc/msvc/projects/
redis-7.0.5/deps/jemalloc/msvc/projects/vc2015/
redis-7.0.5/deps/jemalloc/msvc/projects/vc2015/jemalloc/
redis-7.0.5/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj
redis-7.0.5/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters
redis-7.0.5/deps/jemalloc/msvc/projects/vc2015/test_threads/
redis-7.0.5/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj
redis-7.0.5/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj.filters
redis-7.0.5/deps/jemalloc/msvc/projects/vc2017/
redis-7.0.5/deps/jemalloc/msvc/projects/vc2017/jemalloc/
redis-7.0.5/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj
redis-7.0.5/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj.filters
redis-7.0.5/deps/jemalloc/msvc/projects/vc2017/test_threads/
redis-7.0.5/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj
redis-7.0.5/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj.filters
redis-7.0.5/deps/jemalloc/msvc/test_threads/
redis-7.0.5/deps/jemalloc/msvc/test_threads/test_threads.cpp
redis-7.0.5/deps/jemalloc/msvc/test_threads/test_threads.h
redis-7.0.5/deps/jemalloc/msvc/test_threads/test_threads_main.cpp
redis-7.0.5/deps/jemalloc/run_tests.sh
redis-7.0.5/deps/jemalloc/scripts/
redis-7.0.5/deps/jemalloc/scripts/gen_run_tests.py
redis-7.0.5/deps/jemalloc/scripts/gen_travis.py
redis-7.0.5/deps/jemalloc/src/
redis-7.0.5/deps/jemalloc/src/arena.c
redis-7.0.5/deps/jemalloc/src/background_thread.c
redis-7.0.5/deps/jemalloc/src/base.c
redis-7.0.5/deps/jemalloc/src/bin.c
redis-7.0.5/deps/jemalloc/src/bitmap.c
redis-7.0.5/deps/jemalloc/src/ckh.c
redis-7.0.5/deps/jemalloc/src/ctl.c
redis-7.0.5/deps/jemalloc/src/div.c
redis-7.0.5/deps/jemalloc/src/extent.c
redis-7.0.5/deps/jemalloc/src/extent_dss.c
redis-7.0.5/deps/jemalloc/src/extent_mmap.c
redis-7.0.5/deps/jemalloc/src/hash.c
redis-7.0.5/deps/jemalloc/src/hook.c
redis-7.0.5/deps/jemalloc/src/jemalloc.c
redis-7.0.5/deps/jemalloc/src/jemalloc_cpp.cpp
redis-7.0.5/deps/jemalloc/src/large.c
redis-7.0.5/deps/jemalloc/src/log.c
redis-7.0.5/deps/jemalloc/src/malloc_io.c
redis-7.0.5/deps/jemalloc/src/mutex.c
redis-7.0.5/deps/jemalloc/src/mutex_pool.c
redis-7.0.5/deps/jemalloc/src/nstime.c
redis-7.0.5/deps/jemalloc/src/pages.c
redis-7.0.5/deps/jemalloc/src/prng.c
redis-7.0.5/deps/jemalloc/src/prof.c
redis-7.0.5/deps/jemalloc/src/rtree.c
redis-7.0.5/deps/jemalloc/src/safety_check.c
redis-7.0.5/deps/jemalloc/src/sc.c
redis-7.0.5/deps/jemalloc/src/stats.c
redis-7.0.5/deps/jemalloc/src/sz.c
redis-7.0.5/deps/jemalloc/src/tcache.c
redis-7.0.5/deps/jemalloc/src/test_hooks.c
redis-7.0.5/deps/jemalloc/src/ticker.c
redis-7.0.5/deps/jemalloc/src/tsd.c
redis-7.0.5/deps/jemalloc/src/witness.c
redis-7.0.5/deps/jemalloc/src/zone.c
redis-7.0.5/deps/jemalloc/test/
redis-7.0.5/deps/jemalloc/test/include/
redis-7.0.5/deps/jemalloc/test/include/test/
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-alti.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-params.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-params11213.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-params1279.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-params132049.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-params19937.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-params216091.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-params2281.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-params4253.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-params44497.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-params607.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-params86243.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT-sse2.h
redis-7.0.5/deps/jemalloc/test/include/test/SFMT.h
redis-7.0.5/deps/jemalloc/test/include/test/btalloc.h
redis-7.0.5/deps/jemalloc/test/include/test/extent_hooks.h
redis-7.0.5/deps/jemalloc/test/include/test/jemalloc_test.h.in
redis-7.0.5/deps/jemalloc/test/include/test/jemalloc_test_defs.h.in
redis-7.0.5/deps/jemalloc/test/include/test/math.h
redis-7.0.5/deps/jemalloc/test/include/test/mq.h
redis-7.0.5/deps/jemalloc/test/include/test/mtx.h
redis-7.0.5/deps/jemalloc/test/include/test/test.h
redis-7.0.5/deps/jemalloc/test/include/test/thd.h
redis-7.0.5/deps/jemalloc/test/include/test/timer.h
redis-7.0.5/deps/jemalloc/test/integration/
redis-7.0.5/deps/jemalloc/test/integration/MALLOCX_ARENA.c
redis-7.0.5/deps/jemalloc/test/integration/aligned_alloc.c
redis-7.0.5/deps/jemalloc/test/integration/allocated.c
redis-7.0.5/deps/jemalloc/test/integration/cpp/
redis-7.0.5/deps/jemalloc/test/integration/cpp/basic.cpp
redis-7.0.5/deps/jemalloc/test/integration/extent.c
redis-7.0.5/deps/jemalloc/test/integration/extent.sh
redis-7.0.5/deps/jemalloc/test/integration/malloc.c
redis-7.0.5/deps/jemalloc/test/integration/mallocx.c
redis-7.0.5/deps/jemalloc/test/integration/mallocx.sh
redis-7.0.5/deps/jemalloc/test/integration/overflow.c
redis-7.0.5/deps/jemalloc/test/integration/posix_memalign.c
redis-7.0.5/deps/jemalloc/test/integration/rallocx.c
redis-7.0.5/deps/jemalloc/test/integration/sdallocx.c
redis-7.0.5/deps/jemalloc/test/integration/slab_sizes.c
redis-7.0.5/deps/jemalloc/test/integration/slab_sizes.sh
redis-7.0.5/deps/jemalloc/test/integration/smallocx.c
redis-7.0.5/deps/jemalloc/test/integration/smallocx.sh
redis-7.0.5/deps/jemalloc/test/integration/thread_arena.c
redis-7.0.5/deps/jemalloc/test/integration/thread_tcache_enabled.c
redis-7.0.5/deps/jemalloc/test/integration/xallocx.c
redis-7.0.5/deps/jemalloc/test/integration/xallocx.sh
redis-7.0.5/deps/jemalloc/test/src/
redis-7.0.5/deps/jemalloc/test/src/SFMT.c
redis-7.0.5/deps/jemalloc/test/src/btalloc.c
redis-7.0.5/deps/jemalloc/test/src/btalloc_0.c
redis-7.0.5/deps/jemalloc/test/src/btalloc_1.c
redis-7.0.5/deps/jemalloc/test/src/math.c
redis-7.0.5/deps/jemalloc/test/src/mq.c
redis-7.0.5/deps/jemalloc/test/src/mtx.c
redis-7.0.5/deps/jemalloc/test/src/test.c
redis-7.0.5/deps/jemalloc/test/src/thd.c
redis-7.0.5/deps/jemalloc/test/src/timer.c
redis-7.0.5/deps/jemalloc/test/stress/
redis-7.0.5/deps/jemalloc/test/stress/hookbench.c
redis-7.0.5/deps/jemalloc/test/stress/microbench.c
redis-7.0.5/deps/jemalloc/test/test.sh.in
redis-7.0.5/deps/jemalloc/test/unit/
redis-7.0.5/deps/jemalloc/test/unit/SFMT.c
redis-7.0.5/deps/jemalloc/test/unit/a0.c
redis-7.0.5/deps/jemalloc/test/unit/arena_reset.c
redis-7.0.5/deps/jemalloc/test/unit/arena_reset_prof.c
redis-7.0.5/deps/jemalloc/test/unit/arena_reset_prof.sh
redis-7.0.5/deps/jemalloc/test/unit/atomic.c
redis-7.0.5/deps/jemalloc/test/unit/background_thread.c
redis-7.0.5/deps/jemalloc/test/unit/background_thread_enable.c
redis-7.0.5/deps/jemalloc/test/unit/base.c
redis-7.0.5/deps/jemalloc/test/unit/binshard.c
redis-7.0.5/deps/jemalloc/test/unit/binshard.sh
redis-7.0.5/deps/jemalloc/test/unit/bit_util.c
redis-7.0.5/deps/jemalloc/test/unit/bitmap.c
redis-7.0.5/deps/jemalloc/test/unit/ckh.c
redis-7.0.5/deps/jemalloc/test/unit/decay.c
redis-7.0.5/deps/jemalloc/test/unit/decay.sh
redis-7.0.5/deps/jemalloc/test/unit/div.c
redis-7.0.5/deps/jemalloc/test/unit/emitter.c
redis-7.0.5/deps/jemalloc/test/unit/extent_quantize.c
redis-7.0.5/deps/jemalloc/test/unit/extent_util.c
redis-7.0.5/deps/jemalloc/test/unit/fork.c
redis-7.0.5/deps/jemalloc/test/unit/hash.c
redis-7.0.5/deps/jemalloc/test/unit/hook.c
redis-7.0.5/deps/jemalloc/test/unit/huge.c
redis-7.0.5/deps/jemalloc/test/unit/junk.c
redis-7.0.5/deps/jemalloc/test/unit/junk.sh
redis-7.0.5/deps/jemalloc/test/unit/junk_alloc.c
redis-7.0.5/deps/jemalloc/test/unit/junk_alloc.sh
redis-7.0.5/deps/jemalloc/test/unit/junk_free.c
redis-7.0.5/deps/jemalloc/test/unit/junk_free.sh
redis-7.0.5/deps/jemalloc/test/unit/log.c
redis-7.0.5/deps/jemalloc/test/unit/mallctl.c
redis-7.0.5/deps/jemalloc/test/unit/malloc_io.c
redis-7.0.5/deps/jemalloc/test/unit/math.c
redis-7.0.5/deps/jemalloc/test/unit/mq.c
redis-7.0.5/deps/jemalloc/test/unit/mtx.c
redis-7.0.5/deps/jemalloc/test/unit/nstime.c
redis-7.0.5/deps/jemalloc/test/unit/pack.c
redis-7.0.5/deps/jemalloc/test/unit/pack.sh
redis-7.0.5/deps/jemalloc/test/unit/pages.c
redis-7.0.5/deps/jemalloc/test/unit/ph.c
redis-7.0.5/deps/jemalloc/test/unit/prng.c
redis-7.0.5/deps/jemalloc/test/unit/prof_accum.c
redis-7.0.5/deps/jemalloc/test/unit/prof_accum.sh
redis-7.0.5/deps/jemalloc/test/unit/prof_active.c
redis-7.0.5/deps/jemalloc/test/unit/prof_active.sh
redis-7.0.5/deps/jemalloc/test/unit/prof_gdump.c
redis-7.0.5/deps/jemalloc/test/unit/prof_gdump.sh
redis-7.0.5/deps/jemalloc/test/unit/prof_idump.c
redis-7.0.5/deps/jemalloc/test/unit/prof_idump.sh
redis-7.0.5/deps/jemalloc/test/unit/prof_log.c
redis-7.0.5/deps/jemalloc/test/unit/prof_log.sh
redis-7.0.5/deps/jemalloc/test/unit/prof_reset.c
redis-7.0.5/deps/jemalloc/test/unit/prof_reset.sh
redis-7.0.5/deps/jemalloc/test/unit/prof_tctx.c
redis-7.0.5/deps/jemalloc/test/unit/prof_tctx.sh
redis-7.0.5/deps/jemalloc/test/unit/prof_thread_name.c
redis-7.0.5/deps/jemalloc/test/unit/prof_thread_name.sh
redis-7.0.5/deps/jemalloc/test/unit/ql.c
redis-7.0.5/deps/jemalloc/test/unit/qr.c
redis-7.0.5/deps/jemalloc/test/unit/rb.c
redis-7.0.5/deps/jemalloc/test/unit/retained.c
redis-7.0.5/deps/jemalloc/test/unit/rtree.c
redis-7.0.5/deps/jemalloc/test/unit/safety_check.c
redis-7.0.5/deps/jemalloc/test/unit/safety_check.sh
redis-7.0.5/deps/jemalloc/test/unit/sc.c
redis-7.0.5/deps/jemalloc/test/unit/seq.c
redis-7.0.5/deps/jemalloc/test/unit/size_classes.c
redis-7.0.5/deps/jemalloc/test/unit/slab.c
redis-7.0.5/deps/jemalloc/test/unit/smoothstep.c
redis-7.0.5/deps/jemalloc/test/unit/spin.c
redis-7.0.5/deps/jemalloc/test/unit/stats.c
redis-7.0.5/deps/jemalloc/test/unit/stats_print.c
redis-7.0.5/deps/jemalloc/test/unit/test_hooks.c
redis-7.0.5/deps/jemalloc/test/unit/ticker.c
redis-7.0.5/deps/jemalloc/test/unit/tsd.c
redis-7.0.5/deps/jemalloc/test/unit/witness.c
redis-7.0.5/deps/jemalloc/test/unit/zero.c
redis-7.0.5/deps/jemalloc/test/unit/zero.sh
redis-7.0.5/deps/linenoise/
redis-7.0.5/deps/linenoise/.gitignore
redis-7.0.5/deps/linenoise/Makefile
redis-7.0.5/deps/linenoise/README.markdown
redis-7.0.5/deps/linenoise/example.c
redis-7.0.5/deps/linenoise/linenoise.c
redis-7.0.5/deps/linenoise/linenoise.h
redis-7.0.5/deps/lua/
redis-7.0.5/deps/lua/COPYRIGHT
redis-7.0.5/deps/lua/HISTORY
redis-7.0.5/deps/lua/INSTALL
redis-7.0.5/deps/lua/Makefile
redis-7.0.5/deps/lua/README
redis-7.0.5/deps/lua/doc/
redis-7.0.5/deps/lua/doc/contents.html
redis-7.0.5/deps/lua/doc/cover.png
redis-7.0.5/deps/lua/doc/logo.gif
redis-7.0.5/deps/lua/doc/lua.1
redis-7.0.5/deps/lua/doc/lua.css
redis-7.0.5/deps/lua/doc/lua.html
redis-7.0.5/deps/lua/doc/luac.1
redis-7.0.5/deps/lua/doc/luac.html
redis-7.0.5/deps/lua/doc/manual.css
redis-7.0.5/deps/lua/doc/manual.html
redis-7.0.5/deps/lua/doc/readme.html
redis-7.0.5/deps/lua/etc/
redis-7.0.5/deps/lua/etc/Makefile
redis-7.0.5/deps/lua/etc/README
redis-7.0.5/deps/lua/etc/all.c
redis-7.0.5/deps/lua/etc/lua.hpp
redis-7.0.5/deps/lua/etc/lua.ico
redis-7.0.5/deps/lua/etc/lua.pc
redis-7.0.5/deps/lua/etc/luavs.bat
redis-7.0.5/deps/lua/etc/min.c
redis-7.0.5/deps/lua/etc/noparser.c
redis-7.0.5/deps/lua/etc/strict.lua
redis-7.0.5/deps/lua/src/
redis-7.0.5/deps/lua/src/Makefile
redis-7.0.5/deps/lua/src/fpconv.c
redis-7.0.5/deps/lua/src/fpconv.h
redis-7.0.5/deps/lua/src/lapi.c
redis-7.0.5/deps/lua/src/lapi.h
redis-7.0.5/deps/lua/src/lauxlib.c
redis-7.0.5/deps/lua/src/lauxlib.h
redis-7.0.5/deps/lua/src/lbaselib.c
redis-7.0.5/deps/lua/src/lcode.c
redis-7.0.5/deps/lua/src/lcode.h
redis-7.0.5/deps/lua/src/ldblib.c
redis-7.0.5/deps/lua/src/ldebug.c
redis-7.0.5/deps/lua/src/ldebug.h
redis-7.0.5/deps/lua/src/ldo.c
redis-7.0.5/deps/lua/src/ldo.h
redis-7.0.5/deps/lua/src/ldump.c
redis-7.0.5/deps/lua/src/lfunc.c
redis-7.0.5/deps/lua/src/lfunc.h
redis-7.0.5/deps/lua/src/lgc.c
redis-7.0.5/deps/lua/src/lgc.h
redis-7.0.5/deps/lua/src/linit.c
redis-7.0.5/deps/lua/src/liolib.c
redis-7.0.5/deps/lua/src/llex.c
redis-7.0.5/deps/lua/src/llex.h
redis-7.0.5/deps/lua/src/llimits.h
redis-7.0.5/deps/lua/src/lmathlib.c
redis-7.0.5/deps/lua/src/lmem.c
redis-7.0.5/deps/lua/src/lmem.h
redis-7.0.5/deps/lua/src/loadlib.c
redis-7.0.5/deps/lua/src/lobject.c
redis-7.0.5/deps/lua/src/lobject.h
redis-7.0.5/deps/lua/src/lopcodes.c
redis-7.0.5/deps/lua/src/lopcodes.h
redis-7.0.5/deps/lua/src/loslib.c
redis-7.0.5/deps/lua/src/lparser.c
redis-7.0.5/deps/lua/src/lparser.h
redis-7.0.5/deps/lua/src/lstate.c
redis-7.0.5/deps/lua/src/lstate.h
redis-7.0.5/deps/lua/src/lstring.c
redis-7.0.5/deps/lua/src/lstring.h
redis-7.0.5/deps/lua/src/lstrlib.c
redis-7.0.5/deps/lua/src/ltable.c
redis-7.0.5/deps/lua/src/ltable.h
redis-7.0.5/deps/lua/src/ltablib.c
redis-7.0.5/deps/lua/src/ltm.c
redis-7.0.5/deps/lua/src/ltm.h
redis-7.0.5/deps/lua/src/lua.c
redis-7.0.5/deps/lua/src/lua.h
redis-7.0.5/deps/lua/src/lua_bit.c
redis-7.0.5/deps/lua/src/lua_cjson.c
redis-7.0.5/deps/lua/src/lua_cmsgpack.c
redis-7.0.5/deps/lua/src/lua_struct.c
redis-7.0.5/deps/lua/src/luac.c
redis-7.0.5/deps/lua/src/luaconf.h
redis-7.0.5/deps/lua/src/lualib.h
redis-7.0.5/deps/lua/src/lundump.c
redis-7.0.5/deps/lua/src/lundump.h
redis-7.0.5/deps/lua/src/lvm.c
redis-7.0.5/deps/lua/src/lvm.h
redis-7.0.5/deps/lua/src/lzio.c
redis-7.0.5/deps/lua/src/lzio.h
redis-7.0.5/deps/lua/src/print.c
redis-7.0.5/deps/lua/src/strbuf.c
redis-7.0.5/deps/lua/src/strbuf.h
redis-7.0.5/deps/lua/test/
redis-7.0.5/deps/lua/test/README
redis-7.0.5/deps/lua/test/bisect.lua
redis-7.0.5/deps/lua/test/cf.lua
redis-7.0.5/deps/lua/test/echo.lua
redis-7.0.5/deps/lua/test/env.lua
redis-7.0.5/deps/lua/test/factorial.lua
redis-7.0.5/deps/lua/test/fib.lua
redis-7.0.5/deps/lua/test/fibfor.lua
redis-7.0.5/deps/lua/test/globals.lua
redis-7.0.5/deps/lua/test/hello.lua
redis-7.0.5/deps/lua/test/life.lua
redis-7.0.5/deps/lua/test/luac.lua
redis-7.0.5/deps/lua/test/printf.lua
redis-7.0.5/deps/lua/test/readonly.lua
redis-7.0.5/deps/lua/test/sieve.lua
redis-7.0.5/deps/lua/test/sort.lua
redis-7.0.5/deps/lua/test/table.lua
redis-7.0.5/deps/lua/test/trace-calls.lua
redis-7.0.5/deps/lua/test/trace-globals.lua
redis-7.0.5/deps/lua/test/xd.lua
redis-7.0.5/redis.conf
redis-7.0.5/runtest
redis-7.0.5/runtest-cluster
redis-7.0.5/runtest-moduleapi
redis-7.0.5/runtest-sentinel
redis-7.0.5/sentinel.conf
redis-7.0.5/src/
redis-7.0.5/src/.gitignore
redis-7.0.5/src/Makefile
redis-7.0.5/src/acl.c
redis-7.0.5/src/adlist.c
redis-7.0.5/src/adlist.h
redis-7.0.5/src/ae.c
redis-7.0.5/src/ae.h
redis-7.0.5/src/ae_epoll.c
redis-7.0.5/src/ae_evport.c
redis-7.0.5/src/ae_kqueue.c
redis-7.0.5/src/ae_select.c
redis-7.0.5/src/anet.c
redis-7.0.5/src/anet.h
redis-7.0.5/src/aof.c
redis-7.0.5/src/asciilogo.h
redis-7.0.5/src/atomicvar.h
redis-7.0.5/src/bio.c
redis-7.0.5/src/bio.h
redis-7.0.5/src/bitops.c
redis-7.0.5/src/blocked.c
redis-7.0.5/src/call_reply.c
redis-7.0.5/src/call_reply.h
redis-7.0.5/src/childinfo.c
redis-7.0.5/src/cli_common.c
redis-7.0.5/src/cli_common.h
redis-7.0.5/src/cluster.c
redis-7.0.5/src/cluster.h
redis-7.0.5/src/commands.c
redis-7.0.5/src/commands/
redis-7.0.5/src/commands/acl-cat.json
redis-7.0.5/src/commands/acl-deluser.json
redis-7.0.5/src/commands/acl-dryrun.json
redis-7.0.5/src/commands/acl-genpass.json
redis-7.0.5/src/commands/acl-getuser.json
redis-7.0.5/src/commands/acl-help.json
redis-7.0.5/src/commands/acl-list.json
redis-7.0.5/src/commands/acl-load.json
redis-7.0.5/src/commands/acl-log.json
redis-7.0.5/src/commands/acl-save.json
redis-7.0.5/src/commands/acl-setuser.json
redis-7.0.5/src/commands/acl-users.json
redis-7.0.5/src/commands/acl-whoami.json
redis-7.0.5/src/commands/acl.json
redis-7.0.5/src/commands/append.json
redis-7.0.5/src/commands/asking.json
redis-7.0.5/src/commands/auth.json
redis-7.0.5/src/commands/bgrewriteaof.json
redis-7.0.5/src/commands/bgsave.json
redis-7.0.5/src/commands/bitcount.json
redis-7.0.5/src/commands/bitfield.json
redis-7.0.5/src/commands/bitfield_ro.json
redis-7.0.5/src/commands/bitop.json
redis-7.0.5/src/commands/bitpos.json
redis-7.0.5/src/commands/blmove.json
redis-7.0.5/src/commands/blmpop.json
redis-7.0.5/src/commands/blpop.json
redis-7.0.5/src/commands/brpop.json
redis-7.0.5/src/commands/brpoplpush.json
redis-7.0.5/src/commands/bzmpop.json
redis-7.0.5/src/commands/bzpopmax.json
redis-7.0.5/src/commands/bzpopmin.json
redis-7.0.5/src/commands/client-caching.json
redis-7.0.5/src/commands/client-getname.json
redis-7.0.5/src/commands/client-getredir.json
redis-7.0.5/src/commands/client-help.json
redis-7.0.5/src/commands/client-id.json
redis-7.0.5/src/commands/client-info.json
redis-7.0.5/src/commands/client-kill.json
redis-7.0.5/src/commands/client-list.json
redis-7.0.5/src/commands/client-no-evict.json
redis-7.0.5/src/commands/client-pause.json
redis-7.0.5/src/commands/client-reply.json
redis-7.0.5/src/commands/client-setname.json
redis-7.0.5/src/commands/client-tracking.json
redis-7.0.5/src/commands/client-trackinginfo.json
redis-7.0.5/src/commands/client-unblock.json
redis-7.0.5/src/commands/client-unpause.json
redis-7.0.5/src/commands/client.json
redis-7.0.5/src/commands/cluster-addslots.json
redis-7.0.5/src/commands/cluster-addslotsrange.json
redis-7.0.5/src/commands/cluster-bumpepoch.json
redis-7.0.5/src/commands/cluster-count-failure-reports.json
redis-7.0.5/src/commands/cluster-countkeysinslot.json
redis-7.0.5/src/commands/cluster-delslots.json
redis-7.0.5/src/commands/cluster-delslotsrange.json
redis-7.0.5/src/commands/cluster-failover.json
redis-7.0.5/src/commands/cluster-flushslots.json
redis-7.0.5/src/commands/cluster-forget.json
redis-7.0.5/src/commands/cluster-getkeysinslot.json
redis-7.0.5/src/commands/cluster-help.json
redis-7.0.5/src/commands/cluster-info.json
redis-7.0.5/src/commands/cluster-keyslot.json
redis-7.0.5/src/commands/cluster-links.json
redis-7.0.5/src/commands/cluster-meet.json
redis-7.0.5/src/commands/cluster-myid.json
redis-7.0.5/src/commands/cluster-nodes.json
redis-7.0.5/src/commands/cluster-replicas.json
redis-7.0.5/src/commands/cluster-replicate.json
redis-7.0.5/src/commands/cluster-reset.json
redis-7.0.5/src/commands/cluster-saveconfig.json
redis-7.0.5/src/commands/cluster-set-config-epoch.json
redis-7.0.5/src/commands/cluster-setslot.json
redis-7.0.5/src/commands/cluster-shards.json
redis-7.0.5/src/commands/cluster-slaves.json
redis-7.0.5/src/commands/cluster-slots.json
redis-7.0.5/src/commands/cluster.json
redis-7.0.5/src/commands/command-count.json
redis-7.0.5/src/commands/command-docs.json
redis-7.0.5/src/commands/command-getkeys.json
redis-7.0.5/src/commands/command-getkeysandflags.json
redis-7.0.5/src/commands/command-help.json
redis-7.0.5/src/commands/command-info.json
redis-7.0.5/src/commands/command-list.json
redis-7.0.5/src/commands/command.json
redis-7.0.5/src/commands/config-get.json
redis-7.0.5/src/commands/config-help.json
redis-7.0.5/src/commands/config-resetstat.json
redis-7.0.5/src/commands/config-rewrite.json
redis-7.0.5/src/commands/config-set.json
redis-7.0.5/src/commands/config.json
redis-7.0.5/src/commands/copy.json
redis-7.0.5/src/commands/dbsize.json
redis-7.0.5/src/commands/debug.json
redis-7.0.5/src/commands/decr.json
redis-7.0.5/src/commands/decrby.json
redis-7.0.5/src/commands/del.json
redis-7.0.5/src/commands/discard.json
redis-7.0.5/src/commands/dump.json
redis-7.0.5/src/commands/echo.json
redis-7.0.5/src/commands/eval.json
redis-7.0.5/src/commands/eval_ro.json
redis-7.0.5/src/commands/evalsha.json
redis-7.0.5/src/commands/evalsha_ro.json
redis-7.0.5/src/commands/exec.json
redis-7.0.5/src/commands/exists.json
redis-7.0.5/src/commands/expire.json
redis-7.0.5/src/commands/expireat.json
redis-7.0.5/src/commands/expiretime.json
redis-7.0.5/src/commands/failover.json
redis-7.0.5/src/commands/fcall.json
redis-7.0.5/src/commands/fcall_ro.json
redis-7.0.5/src/commands/flushall.json
redis-7.0.5/src/commands/flushdb.json
redis-7.0.5/src/commands/function-delete.json
redis-7.0.5/src/commands/function-dump.json
redis-7.0.5/src/commands/function-flush.json
redis-7.0.5/src/commands/function-help.json
redis-7.0.5/src/commands/function-kill.json
redis-7.0.5/src/commands/function-list.json
redis-7.0.5/src/commands/function-load.json
redis-7.0.5/src/commands/function-restore.json
redis-7.0.5/src/commands/function-stats.json
redis-7.0.5/src/commands/function.json
redis-7.0.5/src/commands/geoadd.json
redis-7.0.5/src/commands/geodist.json
redis-7.0.5/src/commands/geohash.json
redis-7.0.5/src/commands/geopos.json
redis-7.0.5/src/commands/georadius.json
redis-7.0.5/src/commands/georadius_ro.json
redis-7.0.5/src/commands/georadiusbymember.json
redis-7.0.5/src/commands/georadiusbymember_ro.json
redis-7.0.5/src/commands/geosearch.json
redis-7.0.5/src/commands/geosearchstore.json
redis-7.0.5/src/commands/get.json
redis-7.0.5/src/commands/getbit.json
redis-7.0.5/src/commands/getdel.json
redis-7.0.5/src/commands/getex.json
redis-7.0.5/src/commands/getrange.json
redis-7.0.5/src/commands/getset.json
redis-7.0.5/src/commands/hdel.json
redis-7.0.5/src/commands/hello.json
redis-7.0.5/src/commands/hexists.json
redis-7.0.5/src/commands/hget.json
redis-7.0.5/src/commands/hgetall.json
redis-7.0.5/src/commands/hincrby.json
redis-7.0.5/src/commands/hincrbyfloat.json
redis-7.0.5/src/commands/hkeys.json
redis-7.0.5/src/commands/hlen.json
redis-7.0.5/src/commands/hmget.json
redis-7.0.5/src/commands/hmset.json
redis-7.0.5/src/commands/hrandfield.json
redis-7.0.5/src/commands/hscan.json
redis-7.0.5/src/commands/hset.json
redis-7.0.5/src/commands/hsetnx.json
redis-7.0.5/src/commands/hstrlen.json
redis-7.0.5/src/commands/hvals.json
redis-7.0.5/src/commands/incr.json
redis-7.0.5/src/commands/incrby.json
redis-7.0.5/src/commands/incrbyfloat.json
redis-7.0.5/src/commands/info.json
redis-7.0.5/src/commands/keys.json
redis-7.0.5/src/commands/lastsave.json
redis-7.0.5/src/commands/latency-doctor.json
redis-7.0.5/src/commands/latency-graph.json
redis-7.0.5/src/commands/latency-help.json
redis-7.0.5/src/commands/latency-histogram.json
redis-7.0.5/src/commands/latency-history.json
redis-7.0.5/src/commands/latency-latest.json
redis-7.0.5/src/commands/latency-reset.json
redis-7.0.5/src/commands/latency.json
redis-7.0.5/src/commands/lcs.json
redis-7.0.5/src/commands/lindex.json
redis-7.0.5/src/commands/linsert.json
redis-7.0.5/src/commands/llen.json
redis-7.0.5/src/commands/lmove.json
redis-7.0.5/src/commands/lmpop.json
redis-7.0.5/src/commands/lolwut.json
redis-7.0.5/src/commands/lpop.json
redis-7.0.5/src/commands/lpos.json
redis-7.0.5/src/commands/lpush.json
redis-7.0.5/src/commands/lpushx.json
redis-7.0.5/src/commands/lrange.json
redis-7.0.5/src/commands/lrem.json
redis-7.0.5/src/commands/lset.json
redis-7.0.5/src/commands/ltrim.json
redis-7.0.5/src/commands/memory-doctor.json
redis-7.0.5/src/commands/memory-help.json
redis-7.0.5/src/commands/memory-malloc-stats.json
redis-7.0.5/src/commands/memory-purge.json
redis-7.0.5/src/commands/memory-stats.json
redis-7.0.5/src/commands/memory-usage.json
redis-7.0.5/src/commands/memory.json
redis-7.0.5/src/commands/mget.json
redis-7.0.5/src/commands/migrate.json
redis-7.0.5/src/commands/module-help.json
redis-7.0.5/src/commands/module-list.json
redis-7.0.5/src/commands/module-load.json
redis-7.0.5/src/commands/module-loadex.json
redis-7.0.5/src/commands/module-unload.json
redis-7.0.5/src/commands/module.json
redis-7.0.5/src/commands/monitor.json
redis-7.0.5/src/commands/move.json
redis-7.0.5/src/commands/mset.json
redis-7.0.5/src/commands/msetnx.json
redis-7.0.5/src/commands/multi.json
redis-7.0.5/src/commands/object-encoding.json
redis-7.0.5/src/commands/object-freq.json
redis-7.0.5/src/commands/object-help.json
redis-7.0.5/src/commands/object-idletime.json
redis-7.0.5/src/commands/object-refcount.json
redis-7.0.5/src/commands/object.json
redis-7.0.5/src/commands/persist.json
redis-7.0.5/src/commands/pexpire.json
redis-7.0.5/src/commands/pexpireat.json
redis-7.0.5/src/commands/pexpiretime.json
redis-7.0.5/src/commands/pfadd.json
redis-7.0.5/src/commands/pfcount.json
redis-7.0.5/src/commands/pfdebug.json
redis-7.0.5/src/commands/pfmerge.json
redis-7.0.5/src/commands/pfselftest.json
redis-7.0.5/src/commands/ping.json
redis-7.0.5/src/commands/psetex.json
redis-7.0.5/src/commands/psubscribe.json
redis-7.0.5/src/commands/psync.json
redis-7.0.5/src/commands/pttl.json
redis-7.0.5/src/commands/publish.json
redis-7.0.5/src/commands/pubsub-channels.json
redis-7.0.5/src/commands/pubsub-help.json
redis-7.0.5/src/commands/pubsub-numpat.json
redis-7.0.5/src/commands/pubsub-numsub.json
redis-7.0.5/src/commands/pubsub-shardchannels.json
redis-7.0.5/src/commands/pubsub-shardnumsub.json
redis-7.0.5/src/commands/pubsub.json
redis-7.0.5/src/commands/punsubscribe.json
redis-7.0.5/src/commands/quit.json
redis-7.0.5/src/commands/randomkey.json
redis-7.0.5/src/commands/readonly.json
redis-7.0.5/src/commands/readwrite.json
redis-7.0.5/src/commands/rename.json
redis-7.0.5/src/commands/renamenx.json
redis-7.0.5/src/commands/replconf.json
redis-7.0.5/src/commands/replicaof.json
redis-7.0.5/src/commands/reset.json
redis-7.0.5/src/commands/restore-asking.json
redis-7.0.5/src/commands/restore.json
redis-7.0.5/src/commands/role.json
redis-7.0.5/src/commands/rpop.json
redis-7.0.5/src/commands/rpoplpush.json
redis-7.0.5/src/commands/rpush.json
redis-7.0.5/src/commands/rpushx.json
redis-7.0.5/src/commands/sadd.json
redis-7.0.5/src/commands/save.json
redis-7.0.5/src/commands/scan.json
redis-7.0.5/src/commands/scard.json
redis-7.0.5/src/commands/script-debug.json
redis-7.0.5/src/commands/script-exists.json
redis-7.0.5/src/commands/script-flush.json
redis-7.0.5/src/commands/script-help.json
redis-7.0.5/src/commands/script-kill.json
redis-7.0.5/src/commands/script-load.json
redis-7.0.5/src/commands/script.json
redis-7.0.5/src/commands/sdiff.json
redis-7.0.5/src/commands/sdiffstore.json
redis-7.0.5/src/commands/select.json
redis-7.0.5/src/commands/sentinel-ckquorum.json
redis-7.0.5/src/commands/sentinel-config.json
redis-7.0.5/src/commands/sentinel-debug.json
redis-7.0.5/src/commands/sentinel-failover.json
redis-7.0.5/src/commands/sentinel-flushconfig.json
redis-7.0.5/src/commands/sentinel-get-master-addr-by-name.json
redis-7.0.5/src/commands/sentinel-help.json
redis-7.0.5/src/commands/sentinel-info-cache.json
redis-7.0.5/src/commands/sentinel-is-master-down-by-addr.json
redis-7.0.5/src/commands/sentinel-master.json
redis-7.0.5/src/commands/sentinel-masters.json
redis-7.0.5/src/commands/sentinel-monitor.json
redis-7.0.5/src/commands/sentinel-myid.json
redis-7.0.5/src/commands/sentinel-pending-scripts.json
redis-7.0.5/src/commands/sentinel-remove.json
redis-7.0.5/src/commands/sentinel-replicas.json
redis-7.0.5/src/commands/sentinel-reset.json
redis-7.0.5/src/commands/sentinel-sentinels.json
redis-7.0.5/src/commands/sentinel-set.json
redis-7.0.5/src/commands/sentinel-simulate-failure.json
redis-7.0.5/src/commands/sentinel-slaves.json
redis-7.0.5/src/commands/sentinel.json
redis-7.0.5/src/commands/set.json
redis-7.0.5/src/commands/setbit.json
redis-7.0.5/src/commands/setex.json
redis-7.0.5/src/commands/setnx.json
redis-7.0.5/src/commands/setrange.json
redis-7.0.5/src/commands/shutdown.json
redis-7.0.5/src/commands/sinter.json
redis-7.0.5/src/commands/sintercard.json
redis-7.0.5/src/commands/sinterstore.json
redis-7.0.5/src/commands/sismember.json
redis-7.0.5/src/commands/slaveof.json
redis-7.0.5/src/commands/slowlog-get.json
redis-7.0.5/src/commands/slowlog-help.json
redis-7.0.5/src/commands/slowlog-len.json
redis-7.0.5/src/commands/slowlog-reset.json
redis-7.0.5/src/commands/slowlog.json
redis-7.0.5/src/commands/smembers.json
redis-7.0.5/src/commands/smismember.json
redis-7.0.5/src/commands/smove.json
redis-7.0.5/src/commands/sort.json
redis-7.0.5/src/commands/sort_ro.json
redis-7.0.5/src/commands/spop.json
redis-7.0.5/src/commands/spublish.json
redis-7.0.5/src/commands/srandmember.json
redis-7.0.5/src/commands/srem.json
redis-7.0.5/src/commands/sscan.json
redis-7.0.5/src/commands/ssubscribe.json
redis-7.0.5/src/commands/strlen.json
redis-7.0.5/src/commands/subscribe.json
redis-7.0.5/src/commands/substr.json
redis-7.0.5/src/commands/sunion.json
redis-7.0.5/src/commands/sunionstore.json
redis-7.0.5/src/commands/sunsubscribe.json
redis-7.0.5/src/commands/swapdb.json
redis-7.0.5/src/commands/sync.json
redis-7.0.5/src/commands/time.json
redis-7.0.5/src/commands/touch.json
redis-7.0.5/src/commands/ttl.json
redis-7.0.5/src/commands/type.json
redis-7.0.5/src/commands/unlink.json
redis-7.0.5/src/commands/unsubscribe.json
redis-7.0.5/src/commands/unwatch.json
redis-7.0.5/src/commands/wait.json
redis-7.0.5/src/commands/watch.json
redis-7.0.5/src/commands/xack.json
redis-7.0.5/src/commands/xadd.json
redis-7.0.5/src/commands/xautoclaim.json
redis-7.0.5/src/commands/xclaim.json
redis-7.0.5/src/commands/xdel.json
redis-7.0.5/src/commands/xgroup-create.json
redis-7.0.5/src/commands/xgroup-createconsumer.json
redis-7.0.5/src/commands/xgroup-delconsumer.json
redis-7.0.5/src/commands/xgroup-destroy.json
redis-7.0.5/src/commands/xgroup-help.json
redis-7.0.5/src/commands/xgroup-setid.json
redis-7.0.5/src/commands/xgroup.json
redis-7.0.5/src/commands/xinfo-consumers.json
redis-7.0.5/src/commands/xinfo-groups.json
redis-7.0.5/src/commands/xinfo-help.json
redis-7.0.5/src/commands/xinfo-stream.json
redis-7.0.5/src/commands/xinfo.json
redis-7.0.5/src/commands/xlen.json
redis-7.0.5/src/commands/xpending.json
redis-7.0.5/src/commands/xrange.json
redis-7.0.5/src/commands/xread.json
redis-7.0.5/src/commands/xreadgroup.json
redis-7.0.5/src/commands/xrevrange.json
redis-7.0.5/src/commands/xsetid.json
redis-7.0.5/src/commands/xtrim.json
redis-7.0.5/src/commands/zadd.json
redis-7.0.5/src/commands/zcard.json
redis-7.0.5/src/commands/zcount.json
redis-7.0.5/src/commands/zdiff.json
redis-7.0.5/src/commands/zdiffstore.json
redis-7.0.5/src/commands/zincrby.json
redis-7.0.5/src/commands/zinter.json
redis-7.0.5/src/commands/zintercard.json
redis-7.0.5/src/commands/zinterstore.json
redis-7.0.5/src/commands/zlexcount.json
redis-7.0.5/src/commands/zmpop.json
redis-7.0.5/src/commands/zmscore.json
redis-7.0.5/src/commands/zpopmax.json
redis-7.0.5/src/commands/zpopmin.json
redis-7.0.5/src/commands/zrandmember.json
redis-7.0.5/src/commands/zrange.json
redis-7.0.5/src/commands/zrangebylex.json
redis-7.0.5/src/commands/zrangebyscore.json
redis-7.0.5/src/commands/zrangestore.json
redis-7.0.5/src/commands/zrank.json
redis-7.0.5/src/commands/zrem.json
redis-7.0.5/src/commands/zremrangebylex.json
redis-7.0.5/src/commands/zremrangebyrank.json
redis-7.0.5/src/commands/zremrangebyscore.json
redis-7.0.5/src/commands/zrevrange.json
redis-7.0.5/src/commands/zrevrangebylex.json
redis-7.0.5/src/commands/zrevrangebyscore.json
redis-7.0.5/src/commands/zrevrank.json
redis-7.0.5/src/commands/zscan.json
redis-7.0.5/src/commands/zscore.json
redis-7.0.5/src/commands/zunion.json
redis-7.0.5/src/commands/zunionstore.json
redis-7.0.5/src/config.c
redis-7.0.5/src/config.h
redis-7.0.5/src/connection.c
redis-7.0.5/src/connection.h
redis-7.0.5/src/connhelpers.h
redis-7.0.5/src/crc16.c
redis-7.0.5/src/crc16_slottable.h
redis-7.0.5/src/crc64.c
redis-7.0.5/src/crc64.h
redis-7.0.5/src/crcspeed.c
redis-7.0.5/src/crcspeed.h
redis-7.0.5/src/db.c
redis-7.0.5/src/debug.c
redis-7.0.5/src/debugmacro.h
redis-7.0.5/src/defrag.c
redis-7.0.5/src/dict.c
redis-7.0.5/src/dict.h
redis-7.0.5/src/endianconv.c
redis-7.0.5/src/endianconv.h
redis-7.0.5/src/eval.c
redis-7.0.5/src/evict.c
redis-7.0.5/src/expire.c
redis-7.0.5/src/fmacros.h
redis-7.0.5/src/function_lua.c
redis-7.0.5/src/functions.c
redis-7.0.5/src/functions.h
redis-7.0.5/src/geo.c
redis-7.0.5/src/geo.h
redis-7.0.5/src/geohash.c
redis-7.0.5/src/geohash.h
redis-7.0.5/src/geohash_helper.c
redis-7.0.5/src/geohash_helper.h
redis-7.0.5/src/help.h
redis-7.0.5/src/hyperloglog.c
redis-7.0.5/src/intset.c
redis-7.0.5/src/intset.h
redis-7.0.5/src/latency.c
redis-7.0.5/src/latency.h
redis-7.0.5/src/lazyfree.c
redis-7.0.5/src/listpack.c
redis-7.0.5/src/listpack.h
redis-7.0.5/src/listpack_malloc.h
redis-7.0.5/src/localtime.c
redis-7.0.5/src/lolwut.c
redis-7.0.5/src/lolwut.h
redis-7.0.5/src/lolwut5.c
redis-7.0.5/src/lolwut6.c
redis-7.0.5/src/lzf.h
redis-7.0.5/src/lzfP.h
redis-7.0.5/src/lzf_c.c
redis-7.0.5/src/lzf_d.c
redis-7.0.5/src/memtest.c
redis-7.0.5/src/mkreleasehdr.sh
redis-7.0.5/src/module.c
redis-7.0.5/src/modules/
redis-7.0.5/src/modules/.gitignore
redis-7.0.5/src/modules/Makefile
redis-7.0.5/src/modules/helloacl.c
redis-7.0.5/src/modules/helloblock.c
redis-7.0.5/src/modules/hellocluster.c
redis-7.0.5/src/modules/hellodict.c
redis-7.0.5/src/modules/hellohook.c
redis-7.0.5/src/modules/hellotimer.c
redis-7.0.5/src/modules/hellotype.c
redis-7.0.5/src/modules/helloworld.c
redis-7.0.5/src/monotonic.c
redis-7.0.5/src/monotonic.h
redis-7.0.5/src/mt19937-64.c
redis-7.0.5/src/mt19937-64.h
redis-7.0.5/src/multi.c
redis-7.0.5/src/networking.c
redis-7.0.5/src/notify.c
redis-7.0.5/src/object.c
redis-7.0.5/src/pqsort.c
redis-7.0.5/src/pqsort.h
redis-7.0.5/src/pubsub.c
redis-7.0.5/src/quicklist.c
redis-7.0.5/src/quicklist.h
redis-7.0.5/src/rand.c
redis-7.0.5/src/rand.h
redis-7.0.5/src/rax.c
redis-7.0.5/src/rax.h
redis-7.0.5/src/rax_malloc.h
redis-7.0.5/src/rdb.c
redis-7.0.5/src/rdb.h
redis-7.0.5/src/redis-benchmark.c
redis-7.0.5/src/redis-check-aof.c
redis-7.0.5/src/redis-check-rdb.c
redis-7.0.5/src/redis-cli.c
redis-7.0.5/src/redis-trib.rb
redis-7.0.5/src/redisassert.c
redis-7.0.5/src/redisassert.h
redis-7.0.5/src/redismodule.h
redis-7.0.5/src/release.c
redis-7.0.5/src/replication.c
redis-7.0.5/src/resp_parser.c
redis-7.0.5/src/resp_parser.h
redis-7.0.5/src/rio.c
redis-7.0.5/src/rio.h
redis-7.0.5/src/script.c
redis-7.0.5/src/script.h
redis-7.0.5/src/script_lua.c
redis-7.0.5/src/script_lua.h
redis-7.0.5/src/sds.c
redis-7.0.5/src/sds.h
redis-7.0.5/src/sdsalloc.h
redis-7.0.5/src/sentinel.c
redis-7.0.5/src/server.c
redis-7.0.5/src/server.h
redis-7.0.5/src/setcpuaffinity.c
redis-7.0.5/src/setproctitle.c
redis-7.0.5/src/sha1.c
redis-7.0.5/src/sha1.h
redis-7.0.5/src/sha256.c
redis-7.0.5/src/sha256.h
redis-7.0.5/src/siphash.c
redis-7.0.5/src/slowlog.c
redis-7.0.5/src/slowlog.h
redis-7.0.5/src/solarisfixes.h
redis-7.0.5/src/sort.c
redis-7.0.5/src/sparkline.c
redis-7.0.5/src/sparkline.h
redis-7.0.5/src/stream.h
redis-7.0.5/src/syncio.c
redis-7.0.5/src/syscheck.c
redis-7.0.5/src/syscheck.h
redis-7.0.5/src/t_hash.c
redis-7.0.5/src/t_list.c
redis-7.0.5/src/t_set.c
redis-7.0.5/src/t_stream.c
redis-7.0.5/src/t_string.c
redis-7.0.5/src/t_zset.c
redis-7.0.5/src/testhelp.h
redis-7.0.5/src/timeout.c
redis-7.0.5/src/tls.c
redis-7.0.5/src/tracking.c
redis-7.0.5/src/util.c
redis-7.0.5/src/util.h
redis-7.0.5/src/valgrind.sup
redis-7.0.5/src/version.h
redis-7.0.5/src/ziplist.c
redis-7.0.5/src/ziplist.h
redis-7.0.5/src/zipmap.c
redis-7.0.5/src/zipmap.h
redis-7.0.5/src/zmalloc.c
redis-7.0.5/src/zmalloc.h
redis-7.0.5/tests/
redis-7.0.5/tests/README.md
redis-7.0.5/tests/assets/
redis-7.0.5/tests/assets/corrupt_empty_keys.rdb
redis-7.0.5/tests/assets/corrupt_ziplist.rdb
redis-7.0.5/tests/assets/default.conf
redis-7.0.5/tests/assets/encodings.rdb
redis-7.0.5/tests/assets/hash-ziplist.rdb
redis-7.0.5/tests/assets/hash-zipmap.rdb
redis-7.0.5/tests/assets/list-quicklist.rdb
redis-7.0.5/tests/assets/minimal.conf
redis-7.0.5/tests/assets/nodefaultuser.acl
redis-7.0.5/tests/assets/rdb-preamble.aof
redis-7.0.5/tests/assets/scriptbackup.rdb
redis-7.0.5/tests/assets/user.acl
redis-7.0.5/tests/assets/userwithselectors.acl
redis-7.0.5/tests/assets/zset-ziplist.rdb
redis-7.0.5/tests/cluster/
redis-7.0.5/tests/cluster/cluster.tcl
redis-7.0.5/tests/cluster/run.tcl
redis-7.0.5/tests/cluster/tests/
redis-7.0.5/tests/cluster/tests/00-base.tcl
redis-7.0.5/tests/cluster/tests/01-faildet.tcl
redis-7.0.5/tests/cluster/tests/02-failover.tcl
redis-7.0.5/tests/cluster/tests/03-failover-loop.tcl
redis-7.0.5/tests/cluster/tests/04-resharding.tcl
redis-7.0.5/tests/cluster/tests/05-slave-selection.tcl
redis-7.0.5/tests/cluster/tests/06-slave-stop-cond.tcl
redis-7.0.5/tests/cluster/tests/07-replica-migration.tcl
redis-7.0.5/tests/cluster/tests/08-update-msg.tcl
redis-7.0.5/tests/cluster/tests/09-pubsub.tcl
redis-7.0.5/tests/cluster/tests/10-manual-failover.tcl
redis-7.0.5/tests/cluster/tests/11-manual-takeover.tcl
redis-7.0.5/tests/cluster/tests/12-replica-migration-2.tcl
redis-7.0.5/tests/cluster/tests/12.1-replica-migration-3.tcl
redis-7.0.5/tests/cluster/tests/13-no-failover-option.tcl
redis-7.0.5/tests/cluster/tests/14-consistency-check.tcl
redis-7.0.5/tests/cluster/tests/15-cluster-slots.tcl
redis-7.0.5/tests/cluster/tests/16-transactions-on-replica.tcl
redis-7.0.5/tests/cluster/tests/17-diskless-load-swapdb.tcl
redis-7.0.5/tests/cluster/tests/18-info.tcl
redis-7.0.5/tests/cluster/tests/19-cluster-nodes-slots.tcl
redis-7.0.5/tests/cluster/tests/20-half-migrated-slot.tcl
redis-7.0.5/tests/cluster/tests/21-many-slot-migration.tcl
redis-7.0.5/tests/cluster/tests/22-replica-in-sync.tcl
redis-7.0.5/tests/cluster/tests/23-multiple-slot-operations.tcl
redis-7.0.5/tests/cluster/tests/24-links.tcl
redis-7.0.5/tests/cluster/tests/25-pubsubshard-slot-migration.tcl
redis-7.0.5/tests/cluster/tests/26-pubsubshard.tcl
redis-7.0.5/tests/cluster/tests/27-endpoints.tcl
redis-7.0.5/tests/cluster/tests/28-cluster-shards.tcl
redis-7.0.5/tests/cluster/tests/29-slot-migration-response.tcl
redis-7.0.5/tests/cluster/tests/helpers/
redis-7.0.5/tests/cluster/tests/helpers/onlydots.tcl
redis-7.0.5/tests/cluster/tests/includes/
redis-7.0.5/tests/cluster/tests/includes/init-tests.tcl
redis-7.0.5/tests/cluster/tests/includes/utils.tcl
redis-7.0.5/tests/cluster/tmp/
redis-7.0.5/tests/cluster/tmp/.gitignore
redis-7.0.5/tests/helpers/
redis-7.0.5/tests/helpers/bg_block_op.tcl
redis-7.0.5/tests/helpers/bg_complex_data.tcl
redis-7.0.5/tests/helpers/fake_redis_node.tcl
redis-7.0.5/tests/helpers/gen_write_load.tcl
redis-7.0.5/tests/instances.tcl
redis-7.0.5/tests/integration/
redis-7.0.5/tests/integration/aof-multi-part.tcl
redis-7.0.5/tests/integration/aof-race.tcl
redis-7.0.5/tests/integration/aof.tcl
redis-7.0.5/tests/integration/block-repl.tcl
redis-7.0.5/tests/integration/convert-ziplist-hash-on-load.tcl
redis-7.0.5/tests/integration/convert-ziplist-zset-on-load.tcl
redis-7.0.5/tests/integration/convert-zipmap-hash-on-load.tcl
redis-7.0.5/tests/integration/corrupt-dump-fuzzer.tcl
redis-7.0.5/tests/integration/corrupt-dump.tcl
redis-7.0.5/tests/integration/dismiss-mem.tcl
redis-7.0.5/tests/integration/failover.tcl
redis-7.0.5/tests/integration/logging.tcl
redis-7.0.5/tests/integration/psync2-master-restart.tcl
redis-7.0.5/tests/integration/psync2-pingoff.tcl
redis-7.0.5/tests/integration/psync2-reg.tcl
redis-7.0.5/tests/integration/psync2.tcl
redis-7.0.5/tests/integration/rdb.tcl
redis-7.0.5/tests/integration/redis-benchmark.tcl
redis-7.0.5/tests/integration/redis-cli.tcl
redis-7.0.5/tests/integration/replication-2.tcl
redis-7.0.5/tests/integration/replication-3.tcl
redis-7.0.5/tests/integration/replication-4.tcl
redis-7.0.5/tests/integration/replication-buffer.tcl
redis-7.0.5/tests/integration/replication-psync.tcl
redis-7.0.5/tests/integration/replication.tcl
redis-7.0.5/tests/integration/shutdown.tcl
redis-7.0.5/tests/modules/
redis-7.0.5/tests/modules/Makefile
redis-7.0.5/tests/modules/aclcheck.c
redis-7.0.5/tests/modules/auth.c
redis-7.0.5/tests/modules/basics.c
redis-7.0.5/tests/modules/blockedclient.c
redis-7.0.5/tests/modules/blockonbackground.c
redis-7.0.5/tests/modules/blockonkeys.c
redis-7.0.5/tests/modules/cmdintrospection.c
redis-7.0.5/tests/modules/commandfilter.c
redis-7.0.5/tests/modules/datatype.c
redis-7.0.5/tests/modules/datatype2.c
redis-7.0.5/tests/modules/defragtest.c
redis-7.0.5/tests/modules/eventloop.c
redis-7.0.5/tests/modules/fork.c
redis-7.0.5/tests/modules/getchannels.c
redis-7.0.5/tests/modules/getkeys.c
redis-7.0.5/tests/modules/hash.c
redis-7.0.5/tests/modules/hooks.c
redis-7.0.5/tests/modules/infotest.c
redis-7.0.5/tests/modules/keyspace_events.c
redis-7.0.5/tests/modules/keyspecs.c
redis-7.0.5/tests/modules/list.c
redis-7.0.5/tests/modules/mallocsize.c
redis-7.0.5/tests/modules/misc.c
redis-7.0.5/tests/modules/moduleconfigs.c
redis-7.0.5/tests/modules/moduleconfigstwo.c
redis-7.0.5/tests/modules/propagate.c
redis-7.0.5/tests/modules/publish.c
redis-7.0.5/tests/modules/reply.c
redis-7.0.5/tests/modules/scan.c
redis-7.0.5/tests/modules/stream.c
redis-7.0.5/tests/modules/subcommands.c
redis-7.0.5/tests/modules/test_lazyfree.c
redis-7.0.5/tests/modules/testrdb.c
redis-7.0.5/tests/modules/timer.c
redis-7.0.5/tests/modules/zset.c
redis-7.0.5/tests/sentinel/
redis-7.0.5/tests/sentinel/run.tcl
redis-7.0.5/tests/sentinel/tests/
redis-7.0.5/tests/sentinel/tests/00-base.tcl
redis-7.0.5/tests/sentinel/tests/01-conf-update.tcl
redis-7.0.5/tests/sentinel/tests/02-slaves-reconf.tcl
redis-7.0.5/tests/sentinel/tests/03-runtime-reconf.tcl
redis-7.0.5/tests/sentinel/tests/04-slave-selection.tcl
redis-7.0.5/tests/sentinel/tests/05-manual.tcl
redis-7.0.5/tests/sentinel/tests/06-ckquorum.tcl
redis-7.0.5/tests/sentinel/tests/07-down-conditions.tcl
redis-7.0.5/tests/sentinel/tests/08-hostname-conf.tcl
redis-7.0.5/tests/sentinel/tests/09-acl-support.tcl
redis-7.0.5/tests/sentinel/tests/10-replica-priority.tcl
redis-7.0.5/tests/sentinel/tests/11-port-0.tcl
redis-7.0.5/tests/sentinel/tests/12-master-reboot.tcl
redis-7.0.5/tests/sentinel/tests/13-info-command.tcl
redis-7.0.5/tests/sentinel/tests/helpers/
redis-7.0.5/tests/sentinel/tests/helpers/check_leaked_fds.tcl
redis-7.0.5/tests/sentinel/tests/includes/
redis-7.0.5/tests/sentinel/tests/includes/init-tests.tcl
redis-7.0.5/tests/sentinel/tests/includes/sentinel.conf
redis-7.0.5/tests/sentinel/tests/includes/start-init-tests.tcl
redis-7.0.5/tests/sentinel/tests/includes/utils.tcl
redis-7.0.5/tests/sentinel/tmp/
redis-7.0.5/tests/sentinel/tmp/.gitignore
redis-7.0.5/tests/support/
redis-7.0.5/tests/support/aofmanifest.tcl
redis-7.0.5/tests/support/benchmark.tcl
redis-7.0.5/tests/support/cli.tcl
redis-7.0.5/tests/support/cluster.tcl
redis-7.0.5/tests/support/cluster_helper.tcl
redis-7.0.5/tests/support/redis.tcl
redis-7.0.5/tests/support/server.tcl
redis-7.0.5/tests/support/test.tcl
redis-7.0.5/tests/support/tmpfile.tcl
redis-7.0.5/tests/support/util.tcl
redis-7.0.5/tests/test_helper.tcl
redis-7.0.5/tests/tmp/
redis-7.0.5/tests/tmp/.gitignore
redis-7.0.5/tests/unit/
redis-7.0.5/tests/unit/acl-v2.tcl
redis-7.0.5/tests/unit/acl.tcl
redis-7.0.5/tests/unit/aofrw.tcl
redis-7.0.5/tests/unit/auth.tcl
redis-7.0.5/tests/unit/bitfield.tcl
redis-7.0.5/tests/unit/bitops.tcl
redis-7.0.5/tests/unit/client-eviction.tcl
redis-7.0.5/tests/unit/cluster-scripting.tcl
redis-7.0.5/tests/unit/cluster.tcl
redis-7.0.5/tests/unit/cluster/
redis-7.0.5/tests/unit/cluster/misc.tcl
redis-7.0.5/tests/unit/dump.tcl
redis-7.0.5/tests/unit/expire.tcl
redis-7.0.5/tests/unit/functions.tcl
redis-7.0.5/tests/unit/geo.tcl
redis-7.0.5/tests/unit/hyperloglog.tcl
redis-7.0.5/tests/unit/info-command.tcl
redis-7.0.5/tests/unit/info.tcl
redis-7.0.5/tests/unit/introspection-2.tcl
redis-7.0.5/tests/unit/introspection.tcl
redis-7.0.5/tests/unit/keyspace.tcl
redis-7.0.5/tests/unit/latency-monitor.tcl
redis-7.0.5/tests/unit/lazyfree.tcl
redis-7.0.5/tests/unit/limits.tcl
redis-7.0.5/tests/unit/maxmemory.tcl
redis-7.0.5/tests/unit/memefficiency.tcl
redis-7.0.5/tests/unit/moduleapi/
redis-7.0.5/tests/unit/moduleapi/aclcheck.tcl
redis-7.0.5/tests/unit/moduleapi/auth.tcl
redis-7.0.5/tests/unit/moduleapi/basics.tcl
redis-7.0.5/tests/unit/moduleapi/blockedclient.tcl
redis-7.0.5/tests/unit/moduleapi/blockonbackground.tcl
redis-7.0.5/tests/unit/moduleapi/blockonkeys.tcl
redis-7.0.5/tests/unit/moduleapi/cluster.tcl
redis-7.0.5/tests/unit/moduleapi/cmdintrospection.tcl
redis-7.0.5/tests/unit/moduleapi/commandfilter.tcl
redis-7.0.5/tests/unit/moduleapi/datatype.tcl
redis-7.0.5/tests/unit/moduleapi/datatype2.tcl
redis-7.0.5/tests/unit/moduleapi/defrag.tcl
redis-7.0.5/tests/unit/moduleapi/eventloop.tcl
redis-7.0.5/tests/unit/moduleapi/fork.tcl
redis-7.0.5/tests/unit/moduleapi/getchannels.tcl
redis-7.0.5/tests/unit/moduleapi/getkeys.tcl
redis-7.0.5/tests/unit/moduleapi/hash.tcl
redis-7.0.5/tests/unit/moduleapi/hooks.tcl
redis-7.0.5/tests/unit/moduleapi/infotest.tcl
redis-7.0.5/tests/unit/moduleapi/infra.tcl
redis-7.0.5/tests/unit/moduleapi/keyspace_events.tcl
redis-7.0.5/tests/unit/moduleapi/keyspecs.tcl
redis-7.0.5/tests/unit/moduleapi/list.tcl
redis-7.0.5/tests/unit/moduleapi/mallocsize.tcl
redis-7.0.5/tests/unit/moduleapi/misc.tcl
redis-7.0.5/tests/unit/moduleapi/moduleconfigs.tcl
redis-7.0.5/tests/unit/moduleapi/propagate.tcl
redis-7.0.5/tests/unit/moduleapi/publish.tcl
redis-7.0.5/tests/unit/moduleapi/reply.tcl
redis-7.0.5/tests/unit/moduleapi/scan.tcl
redis-7.0.5/tests/unit/moduleapi/stream.tcl
redis-7.0.5/tests/unit/moduleapi/subcommands.tcl
redis-7.0.5/tests/unit/moduleapi/test_lazyfree.tcl
redis-7.0.5/tests/unit/moduleapi/testrdb.tcl
redis-7.0.5/tests/unit/moduleapi/timer.tcl
redis-7.0.5/tests/unit/moduleapi/zset.tcl
redis-7.0.5/tests/unit/multi.tcl
redis-7.0.5/tests/unit/networking.tcl
redis-7.0.5/tests/unit/obuf-limits.tcl
redis-7.0.5/tests/unit/oom-score-adj.tcl
redis-7.0.5/tests/unit/other.tcl
redis-7.0.5/tests/unit/pause.tcl
redis-7.0.5/tests/unit/pendingquerybuf.tcl
redis-7.0.5/tests/unit/printver.tcl
redis-7.0.5/tests/unit/protocol.tcl
redis-7.0.5/tests/unit/pubsub.tcl
redis-7.0.5/tests/unit/pubsubshard.tcl
redis-7.0.5/tests/unit/querybuf.tcl
redis-7.0.5/tests/unit/quit.tcl
redis-7.0.5/tests/unit/replybufsize.tcl
redis-7.0.5/tests/unit/scan.tcl
redis-7.0.5/tests/unit/scripting.tcl
redis-7.0.5/tests/unit/shutdown.tcl
redis-7.0.5/tests/unit/slowlog.tcl
redis-7.0.5/tests/unit/sort.tcl
redis-7.0.5/tests/unit/tls.tcl
redis-7.0.5/tests/unit/tracking.tcl
redis-7.0.5/tests/unit/type/
redis-7.0.5/tests/unit/type/hash.tcl
redis-7.0.5/tests/unit/type/incr.tcl
redis-7.0.5/tests/unit/type/list-2.tcl
redis-7.0.5/tests/unit/type/list-3.tcl
redis-7.0.5/tests/unit/type/list-common.tcl
redis-7.0.5/tests/unit/type/list.tcl
redis-7.0.5/tests/unit/type/set.tcl
redis-7.0.5/tests/unit/type/stream-cgroups.tcl
redis-7.0.5/tests/unit/type/stream.tcl
redis-7.0.5/tests/unit/type/string.tcl
redis-7.0.5/tests/unit/type/zset.tcl
redis-7.0.5/tests/unit/violations.tcl
redis-7.0.5/tests/unit/wait.tcl
redis-7.0.5/utils/
redis-7.0.5/utils/build-static-symbols.tcl
redis-7.0.5/utils/cluster_fail_time.tcl
redis-7.0.5/utils/corrupt_rdb.c
redis-7.0.5/utils/create-cluster/
redis-7.0.5/utils/create-cluster/.gitignore
redis-7.0.5/utils/create-cluster/README
redis-7.0.5/utils/create-cluster/create-cluster
redis-7.0.5/utils/gen-test-certs.sh
redis-7.0.5/utils/generate-command-code.py
redis-7.0.5/utils/generate-command-help.rb
redis-7.0.5/utils/generate-commands-json.py
redis-7.0.5/utils/generate-module-api-doc.rb
redis-7.0.5/utils/graphs/
redis-7.0.5/utils/graphs/commits-over-time/
redis-7.0.5/utils/graphs/commits-over-time/README.md
redis-7.0.5/utils/graphs/commits-over-time/genhtml.tcl
redis-7.0.5/utils/hyperloglog/
redis-7.0.5/utils/hyperloglog/.gitignore
redis-7.0.5/utils/hyperloglog/hll-err.rb
redis-7.0.5/utils/hyperloglog/hll-gnuplot-graph.rb
redis-7.0.5/utils/install_server.sh
redis-7.0.5/utils/lru/
redis-7.0.5/utils/lru/README
redis-7.0.5/utils/lru/lfu-simulation.c
redis-7.0.5/utils/lru/test-lru.rb
redis-7.0.5/utils/redis-copy.rb
redis-7.0.5/utils/redis-sha1.rb
redis-7.0.5/utils/redis_init_script
redis-7.0.5/utils/redis_init_script.tpl
redis-7.0.5/utils/releasetools/
redis-7.0.5/utils/releasetools/01_create_tarball.sh
redis-7.0.5/utils/releasetools/02_upload_tarball.sh
redis-7.0.5/utils/releasetools/03_test_release.sh
redis-7.0.5/utils/releasetools/04_release_hash.sh
redis-7.0.5/utils/releasetools/changelog.tcl
redis-7.0.5/utils/speed-regression.tcl
redis-7.0.5/utils/srandmember/
redis-7.0.5/utils/srandmember/README.md
redis-7.0.5/utils/srandmember/showdist.rb
redis-7.0.5/utils/srandmember/showfreq.rb
redis-7.0.5/utils/[email protected]
redis-7.0.5/utils/systemd-redis_server.service
redis-7.0.5/utils/tracking_collisions.c
redis-7.0.5/utils/whatisdoing.sh
[root@iZf8zi6zcbssmm6c2nrhapZ /]# cd /evir/redis705/
[root@iZf8zi6zcbssmm6c2nrhapZ redis705]# ls -alt
total 12
drwxr-xr-x 3 root root 4096 Apr  9 11:06 .
drwxr-xr-x 4 root root 4096 Apr  9 11:03 ..
drwxrwxr-x 8 root root 4096 Sep 22  2022 redis-7.0.5
[root@iZf8zi6zcbssmm6c2nrhapZ redis705]# cd redis-7.0.5/
[root@iZf8zi6zcbssmm6c2nrhapZ redis-7.0.5]# ls -alt
total 288
drwxr-xr-x  3 root root   4096 Apr  9 11:06 ..
drwxrwxr-x  8 root root   4096 Sep 22  2022 .
-rw-rw-r--  1 root root  37069 Sep 22  2022 00-RELEASENOTES
-rw-rw-r--  1 root root     51 Sep 22  2022 BUGS
-rw-rw-r--  1 root root   5027 Sep 22  2022 CODE_OF_CONDUCT.md
drwxrwxr-x  2 root root   4096 Sep 22  2022 .codespell
-rw-rw-r--  1 root root   2634 Sep 22  2022 CONTRIBUTING.md
-rw-rw-r--  1 root root   1487 Sep 22  2022 COPYING
drwxrwxr-x  7 root root   4096 Sep 22  2022 deps
-rw-rw-r--  1 root root    405 Sep 22  2022 .gitattributes
drwxrwxr-x  4 root root   4096 Sep 22  2022 .github
-rw-rw-r--  1 root root    535 Sep 22  2022 .gitignore
-rw-rw-r--  1 root root     11 Sep 22  2022 INSTALL
-rw-rw-r--  1 root root    151 Sep 22  2022 Makefile
-rw-rw-r--  1 root root   6888 Sep 22  2022 MANIFESTO
-rw-rw-r--  1 root root  22441 Sep 22  2022 README.md
-rw-rw-r--  1 root root 106545 Sep 22  2022 redis.conf
-rwxrwxr-x  1 root root    279 Sep 22  2022 runtest
-rwxrwxr-x  1 root root    283 Sep 22  2022 runtest-cluster
-rwxrwxr-x  1 root root   1578 Sep 22  2022 runtest-moduleapi
-rwxrwxr-x  1 root root    285 Sep 22  2022 runtest-sentinel
-rw-rw-r--  1 root root   1695 Sep 22  2022 SECURITY.md
-rw-rw-r--  1 root root  14005 Sep 22  2022 sentinel.conf
drwxrwxr-x  4 root root   4096 Sep 22  2022 src
drwxrwxr-x 11 root root   4096 Sep 22  2022 tests
-rw-rw-r--  1 root root   3055 Sep 22  2022 TLS.md
drwxrwxr-x  8 root root   4096 Sep 22  2022 utils
[root@iZf8zi6zcbssmm6c2nrhapZ redis-7.0.5]# yum install gcc-c++
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
base                                                                                                                          | 3.6 kB  00:00:00
epel                                                                                                                          | 4.7 kB  00:00:00
extras                                                                                                                        | 2.9 kB  00:00:00
updates                                                                                                                       | 2.9 kB  00:00:00
Resolving Dependencies
--> Running transaction check
---> Package gcc-c++.x86_64 0:4.8.5-44.el7 will be installed
--> Processing Dependency: libstdc++-devel = 4.8.5-44.el7 for package: gcc-c++-4.8.5-44.el7.x86_64
--> Running transaction check
---> Package libstdc++-devel.x86_64 0:4.8.5-44.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=====================================================================================================================================================
 Package                                  Arch                            Version                                Repository                     Size
=====================================================================================================================================================
Installing:
 gcc-c++                                  x86_64                          4.8.5-44.el7                           base                          7.2 M
Installing for dependencies:
 libstdc++-devel                          x86_64                          4.8.5-44.el7                           base                          1.5 M

Transaction Summary
=====================================================================================================================================================
Install  1 Package (+1 Dependent package)

Total download size: 8.7 M
Installed size: 25 M
Is this ok [y/d/N]: y
Downloading packages:
(1/2): libstdc++-devel-4.8.5-44.el7.x86_64.rpm                                                                                | 1.5 MB  00:00:00
(2/2): gcc-c++-4.8.5-44.el7.x86_64.rpm                                                                                        | 7.2 MB  00:00:00
-----------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                 47 MB/s | 8.7 MB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : libstdc++-devel-4.8.5-44.el7.x86_64                                                                                               1/2
  Installing : gcc-c++-4.8.5-44.el7.x86_64                                                                                                       2/2
  Verifying  : gcc-c++-4.8.5-44.el7.x86_64                                                                                                       1/2
  Verifying  : libstdc++-devel-4.8.5-44.el7.x86_64                                                                                               2/2

Installed:
  gcc-c++.x86_64 0:4.8.5-44.el7

Dependency Installed:
  libstdc++-devel.x86_64 0:4.8.5-44.el7

Complete!
[root@iZf8zi6zcbssmm6c2nrhapZ redis-7.0.5]# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --ena            ble-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exception            s --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --en            able-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-c            loog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32            =x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC)
[root@iZf8zi6zcbssmm6c2nrhapZ redis-7.0.5]# ls -alt
total 288
drwxr-xr-x  3 root root   4096 Apr  9 11:06 ..
drwxrwxr-x  8 root root   4096 Sep 22  2022 .
-rw-rw-r--  1 root root  37069 Sep 22  2022 00-RELEASENOTES
-rw-rw-r--  1 root root     51 Sep 22  2022 BUGS
-rw-rw-r--  1 root root   5027 Sep 22  2022 CODE_OF_CONDUCT.md
drwxrwxr-x  2 root root   4096 Sep 22  2022 .codespell
-rw-rw-r--  1 root root   2634 Sep 22  2022 CONTRIBUTING.md
-rw-rw-r--  1 root root   1487 Sep 22  2022 COPYING
drwxrwxr-x  7 root root   4096 Sep 22  2022 deps
-rw-rw-r--  1 root root    405 Sep 22  2022 .gitattributes
drwxrwxr-x  4 root root   4096 Sep 22  2022 .github
-rw-rw-r--  1 root root    535 Sep 22  2022 .gitignore
-rw-rw-r--  1 root root     11 Sep 22  2022 INSTALL
-rw-rw-r--  1 root root    151 Sep 22  2022 Makefile
-rw-rw-r--  1 root root   6888 Sep 22  2022 MANIFESTO
-rw-rw-r--  1 root root  22441 Sep 22  2022 README.md
-rw-rw-r--  1 root root 106545 Sep 22  2022 redis.conf
-rwxrwxr-x  1 root root    279 Sep 22  2022 runtest
-rwxrwxr-x  1 root root    283 Sep 22  2022 runtest-cluster
-rwxrwxr-x  1 root root   1578 Sep 22  2022 runtest-moduleapi
-rwxrwxr-x  1 root root    285 Sep 22  2022 runtest-sentinel
-rw-rw-r--  1 root root   1695 Sep 22  2022 SECURITY.md
-rw-rw-r--  1 root root  14005 Sep 22  2022 sentinel.conf
drwxrwxr-x  4 root root   4096 Sep 22  2022 src
drwxrwxr-x 11 root root   4096 Sep 22  2022 tests
-rw-rw-r--  1 root root   3055 Sep 22  2022 TLS.md
drwxrwxr-x  8 root root   4096 Sep 22  2022 utils
[root@iZf8zi6zcbssmm6c2nrhapZ redis-7.0.5]# make
cd src && make all
make[1]: Entering directory `/evir/redis705/redis-7.0.5/src'
    CC Makefile.dep
make[1]: Leaving directory `/evir/redis705/redis-7.0.5/src'
make[1]: Entering directory `/evir/redis705/redis-7.0.5/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.d            ep
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 c            luster.d crc16.d endianconv.d slowlog.d eval.d bio.d rio.d rand.d memtest.d syscheck.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_helpe            r.d childinfo.d defrag.d siphash.d rax.d t_stream.d listpack.d localtime.d lolwut.d lolwut5.d lolwut6.d acl.d tracking.d connection.d tls.d sha256.d             timeout.d setcpuaffinity.d monotonic.d mt19937-64.d resp_parser.d call_reply.d script_lua.d script.d functions.d function_lua.d commands.d anet.d adl            ist.d dict.d redis-cli.d zmalloc.d release.d ae.d redisassert.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 redisassert.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]: Entering directory `/evir/redis705/redis-7.0.5/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]: Leaving directory `/evir/redis705/redis-7.0.5/deps'
(cd modules && make clean)
make[2]: Entering directory `/evir/redis705/redis-7.0.5/src/modules'
rm -rf *.xo *.so
make[2]: Leaving directory `/evir/redis705/redis-7.0.5/src/modules'
(cd ../tests/modules && make clean)
make[2]: Entering directory `/evir/redis705/redis-7.0.5/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             datatype2.so auth.so keyspace_events.so blockedclient.so getkeys.so getchannels.so test_lazyfree.so timer.so defragtest.so keyspecs.so hash.so zset.            so stream.so mallocsize.so aclcheck.so list.so subcommands.so reply.so cmdintrospection.so eventloop.so moduleconfigs.so moduleconfigstwo.so publish.            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 da            tatype2.xo auth.xo keyspace_events.xo blockedclient.xo getkeys.xo getchannels.xo test_lazyfree.xo timer.xo defragtest.xo keyspecs.xo hash.xo zset.xo             stream.xo mallocsize.xo aclcheck.xo list.xo subcommands.xo reply.xo cmdintrospection.xo eventloop.xo moduleconfigs.xo moduleconfigstwo.xo publish.xo
make[2]: Leaving directory `/evir/redis705/redis-7.0.5/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/linen            oise -I../deps/lua/src -I../deps/hdr_histogram -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]: Entering directory `/evir/redis705/redis-7.0.5/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]: Entering directory `/evir/redis705/redis-7.0.5/deps/hiredis'
cc -std=c99 -c -O3 -fPIC   -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic alloc.c
cc -std=c99 -c -O3 -fPIC   -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic net.c
cc -std=c99 -c -O3 -fPIC   -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic hiredis.c
cc -std=c99 -c -O3 -fPIC   -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic sds.c
cc -std=c99 -c -O3 -fPIC   -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic async.c
cc -std=c99 -c -O3 -fPIC   -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic read.c
cc -std=c99 -c -O3 -fPIC   -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb -pedantic sockcompat.c
ar rcs libhiredis.a alloc.o net.o hiredis.o sds.o async.o read.o sockcompat.o
make[3]: Leaving directory `/evir/redis705/redis-7.0.5/deps/hiredis'
MAKE linenoise
cd linenoise && make
make[3]: Entering directory `/evir/redis705/redis-7.0.5/deps/linenoise'
cc  -Wall -Os -g  -c linenoise.c
make[3]: Leaving directory `/evir/redis705/redis-7.0.5/deps/linenoise'
MAKE lua
cd lua/src && make all CFLAGS="-Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2 " MYLDFLAGS="" AR="ar rc"
make[3]: Entering directory `/evir/redis705/redis-7.0.5/deps/lua/src'
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lapi.o lapi.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lcode.o lcode.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o ldebug.o ldebug.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o ldo.o ldo.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o ldump.o ldump.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lfunc.o lfunc.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lgc.o lgc.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o llex.o llex.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lmem.o lmem.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lobject.o lobject.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lopcodes.o lopcodes.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lparser.o lparser.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lstate.o lstate.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lstring.o lstring.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o ltable.o ltable.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o ltm.o ltm.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lundump.o lundump.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lvm.o lvm.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lzio.o lzio.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o strbuf.o strbuf.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o fpconv.o fpconv.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lauxlib.o lauxlib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lbaselib.o lbaselib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o ldblib.o ldblib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o liolib.o liolib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lmathlib.o lmathlib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o loslib.o loslib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o ltablib.o ltablib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lstrlib.o lstrlib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o loadlib.o loadlib.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o linit.o linit.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lua_cjson.o lua_cjson.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lua_struct.o lua_struct.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lua_cmsgpack.o lua_cmsgpack.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -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 lun            dump.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 lu            a_struct.o lua_cmsgpack.o lua_bit.o     # DLL needs all object files
ranlib liblua.a
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o lua.o lua.c
cc -o lua  lua.o liblua.a -lm
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o luac.o luac.c
cc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP  -O2    -c -o print.o print.c
cc -o luac  luac.o print.o liblua.a -lm
make[3]: Leaving directory `/evir/redis705/redis-7.0.5/deps/lua/src'
MAKE hdr_histogram
cd hdr_histogram && make
make[3]: Entering directory `/evir/redis705/redis-7.0.5/deps/hdr_histogram'
cc -std=c99 -Wall -Os -g  -DHDR_MALLOC_INCLUDE=\"hdr_redis_malloc.h\" -c  hdr_histogram.c
ar rcs libhdrhistogram.a hdr_histogram.o
make[3]: Leaving directory `/evir/redis705/redis-7.0.5/deps/hdr_histogram'
MAKE jemalloc
cd jemalloc && ./configure --with-version=5.2.1-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-l            oops " 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 -Wextra... 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... /usr/bin/grep
checking for egrep... /usr/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 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... /usr/bin/install -c
checking for ranlib... ranlib
checking for ld... /usr/bin/ld
checking for autoconf... false
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 whether a program using __builtin_popcountl 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 8-bit __atomic atomics is compilable... yes
checking whether GCC __sync atomics is compilable... yes
checking whether GCC 8-bit __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 for __builtin_clz... yes
checking whether Darwin os_unfair_lock_*() 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/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.2.1-0-g0
library revision   : 2

CONFIG             : --with-version=5.2.1-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 -Wextra -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  -pthread -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        : /evir/redis705/redis-7.0.5/deps/jemalloc/
objroot            :
abs_objroot        : /evir/redis705/redis-7.0.5/deps/jemalloc/

JEMALLOC_PREFIX    : je_
JEMALLOC_PRIVATE_NAMESPACE
                   : je_
install_suffix     :
malloc_conf        :
documentation      : 1
shared libs        : 1
static libs        : 1
autogen            : 0
debug              : 0
stats              : 1
experimetal_smallocx : 0
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]: Entering directory `/evir/redis705/redis-7.0.5/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/backgroun            d_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.sy            m.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.sy            m.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_ds            s.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_mm            ap.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/hook.sym.            o src/hook.c
nm -a src/hook.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hook.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_poo            l.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.sy            m.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/safety_ch            eck.sym.o src/safety_check.c
nm -a src/safety_check.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/safety_check.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/sc.sym.o             src/sc.c
nm -a src/sc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sc.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.sy            m.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/test_hook            s.sym.o src/test_hooks.c
nm -a src/test_hooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/test_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/ticker.sy            m.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.s            ym.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.s            ym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hook.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/safety_check.sym src/stats.sy            m src/sc.sym src/sz.sym src/tcache.sym src/test_hooks.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.ge            n.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/hook.o src/hook.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/safety_check.o src/safety_check.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/sc.o src/sc.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/test_hooks.o src/test_hooks.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/exte            nt.o src/extent_dss.o src/extent_mmap.o src/hash.o src/hook.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/mutex_pool.o src/nstime.o src/pag            es.o src/prng.o src/prof.o src/rtree.o src/safety_check.o src/stats.o src/sc.o src/sz.o src/tcache.o src/test_hooks.o src/ticker.o src/tsd.o src/witn            ess.o
make[3]: Leaving directory `/evir/redis705/redis-7.0.5/deps/jemalloc'
make[2]: Leaving directory `/evir/redis705/redis-7.0.5/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 eval.o
    CC bio.o
    CC rio.o
    CC rand.o
    CC memtest.o
    CC syscheck.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 tracking.o
    CC connection.o
    CC tls.o
    CC sha256.o
    CC timeout.o
    CC setcpuaffinity.o
    CC monotonic.o
    CC mt19937-64.o
    CC resp_parser.o
    CC call_reply.o
    CC script_lua.o
    CC script.o
    CC functions.o
    CC function_lua.o
    CC commands.o
    LINK redis-server
    INSTALL redis-sentinel
    CC redis-cli.o
    CC redisassert.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' ;)

make[1]: Leaving directory `/evir/redis705/redis-7.0.5/src'
[root@iZf8zi6zcbssmm6c2nrhapZ redis-7.0.5]# make
cd src && make all
make[1]: Entering directory `/evir/redis705/redis-7.0.5/src'
    CC Makefile.dep
make[1]: Leaving directory `/evir/redis705/redis-7.0.5/src'
make[1]: Entering directory `/evir/redis705/redis-7.0.5/src'

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

make[1]: Leaving directory `/evir/redis705/redis-7.0.5/src'
[root@iZf8zi6zcbssmm6c2nrhapZ redis-7.0.5]# make
cd src && make all
make[1]: Entering directory `/evir/redis705/redis-7.0.5/src'

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

make[1]: Leaving directory `/evir/redis705/redis-7.0.5/src'
[root@iZf8zi6zcbssmm6c2nrhapZ redis-7.0.5]# make install
cd src && make install
make[1]: Entering directory `/evir/redis705/redis-7.0.5/src'

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

    INSTALL redis-server
    INSTALL redis-benchmark
    INSTALL redis-cli
make[1]: Leaving directory `/evir/redis705/redis-7.0.5/src'
[root@iZf8zi6zcbssmm6c2nrhapZ redis-7.0.5]# cd /user/local/bin
-bash: cd: /user/local/bin: No such file or directory
[root@iZf8zi6zcbssmm6c2nrhapZ redis-7.0.5]# cd /usr/local/bin
[root@iZf8zi6zcbssmm6c2nrhapZ bin]# ls -alt
total 21540
drwxr-xr-x.  2 root root     4096 Apr  9 11:10 .
lrwxrwxrwx   1 root root       12 Apr  9 11:10 redis-sentinel -> redis-server
lrwxrwxrwx   1 root root       12 Apr  9 11:10 redis-check-aof -> redis-server
lrwxrwxrwx   1 root root       12 Apr  9 11:10 redis-check-rdb -> redis-server
-rwxr-xr-x   1 root root  5411072 Apr  9 11:10 redis-cli
-rwxr-xr-x   1 root root  5197872 Apr  9 11:10 redis-benchmark
-rwxr-xr-x   1 root root 11398080 Apr  9 11:10 redis-server
-rwxr-xr-x   1 root root      424 Feb 20 16:51 normalizer
-rwxr-xr-x   1 root root      397 Feb 20 16:51 jsonschema
-rwxr-xr-x   1 root root      403 Feb 20 16:51 cloud-init
-rwxr-xr-x   1 root root      399 Feb 20 16:51 cloud-id
-rwxr-xr-x   1 root root     2108 Feb 20 16:51 cloud-init-per
-rwxr-xr-x   1 root root     1003 Feb 20 16:51 jsondiff
-rwxr-xr-x   1 root root     3858 Feb 20 16:51 jsonpatch
-rwxr-xr-x   1 root root     1837 Feb 20 16:51 jsonpointer
drwxr-xr-x. 13 root root     4096 Feb 20 16:49 ..
[root@iZf8zi6zcbssmm6c2nrhapZ bin]# ./redis-server --daemonize yes 

*** FATAL CONFIG FILE ERROR (Redis 7.0.5) ***
Reading the configuration file, at line 2
>>> 'daemonize "yes\xe3\x80\x80"'
argument must be 'yes' or 'no'
[root@iZf8zi6zcbssmm6c2nrhapZ bin]# ./redis-server --daemonize yes
[root@iZf8zi6zcbssmm6c2nrhapZ bin]# ./redis-cli
127.0.0.1:6379> get *
(nil)
127.0.0.1:6379> set a 123
OK
127.0.0.1:6379> get a
"123"
127.0.0.1:6379> get *
(nil)
127.0.0.1:6379> get key*
(nil)
127.0.0.1:6379> shutdown
not connected>

 

 

 

 

标签:src,commands,redis,7.0,deps,linux,jemalloc,安装
From: https://www.cnblogs.com/xiaobaibailongma/p/18123544

相关文章

  • VMware下CentOS7.6安装openGauss
    VMware下CentOS7.6(7.9)安装openGausscentos安装这里我使用的是vmwareworkstationPro15虽然官网了解了一下openGauss最适合的centos版本为centos7.6但是因为centos7.6版本已经停更,所以我这里下载的是7.9版本的镜像文件下载完成后打开vmware,创建新的虚拟机......
  • Peakfit | 光谱分析拟合软件功能介绍&安装教程
    PeakFit当前新版本为V4.12SystatPeakFit是一款功能强大的数据峰值拟合软件,通过该软件,用户可以快速的将数据导入软件进行分析,为用户拟合出各项数据的峰值,该软件支持大多数数据文件格式导入您可以利用软件中的数据扫面功能将该分析数据运用在软件中,当您创建一个新的峰值时,可以将计......
  • 在ECS上安装部署openGauss数据库指导手册
    在ECS上安装部署openGauss数据库指导手册文档下载:在ECS上安装部署openGauss数据库指导手册.docx前言简介openGauss是关系型数据库,采用客户端/服务器,单进程多线程架构,支持单机和一主多备部署方式,备机可读,支持双机高可用和读扩展。本实验主要描述openGauss数据库在......
  • openGauss数据库的安装与使用
    VMware+CentOS7.6+OpenGauss2.0.1极简版安装环境准备Arch:x86-64OS:Win11VMware:16.1.2安装CentOS7.6CentOS镜像:CentOS-7.6.1810VMware中创建新的虚拟机时:1CPU2Core4GBNAT其他选择默认配置即可CentOS引导安装:语言选择英语打开网络设置时区安装位置和分区软件......
  • 在Linux中,如何检测和防止SQL注入和跨站脚本(XSS)攻击?
    在Linux环境中运行的Web服务器和应用程序可能面临SQL注入和跨站脚本(XSS)攻击的风险。以下是在Linux中检测和防止这两种常见攻击的方法:1.SQL注入攻击的检测与防止:1.检测:审计日志分析:通过分析数据库和Web服务器日志,查找异常的SQL查询模式或错误消息,这些可能是SQL注入攻击的......
  • 在Linux中,如何配置和使用fail2ban来防止暴力攻击?
    fail2ban是一个用于防止暴力攻击(如破解密码尝试)的安全工具,它通过监控系统日志文件来检测异常行为,并在检测到多次失败的登录尝试后,自动采取措施(如暂时或永久地阻止攻击者的IP地址)。1.配置fail2ban安装fail2ban:使用你的Linux发行版的包管理器安装fail2ban。例如,在基于Debian的......
  • 在Linux中,什么是端口扫描?如何使用工具如nmap进行端口扫描?
    在Linux中,端口扫描是一种网络诊断和安全审计技术,通过该技术可以发现远程或本地主机上运行的服务及其所使用的网络端口的状态。端口扫描器发送特定类型的网络数据包到目标主机的不同端口号,根据返回的响应判断端口是否开放、关闭或被防火墙屏蔽。端口扫描可以帮助系统管理员检查自......
  • 在Linux中,什么是DDoS攻击?如何在Linux中防御DDoS攻击?
    DDoS攻击,即分布式拒绝服务攻击(DistributedDenialofService),是一种网络攻击手段,攻击者通过控制多个系统向目标网络或服务器发送大量请求,以消耗目标系统的资源,导致其无法正常提供服务。1.DDoS攻击的特点分布式:攻击来自多个不同的系统,形成一个“僵尸网络”或“僵尸军团”。拒......
  • 安装vscode
    1、浏览器搜索vscode,点击下方内容 2、点击右上方Download,弹出左下方内容点几向下的箭头弹出Otherdowloads,点击Otherdowloads3、点击以下圈红内容4、下载到本地后下一步下一步傻瓜式安装 ......
  • 05_ElementPlus安装过程
    官网:一个Vue3UI框架|ElementPlus(element-plus.org)1.安装:运行cmd,转到我的项目的目录下\vuedemo,执行命令:npminstallelement-plus--save2.整体导入Element-plus,修改mian.js文件import{createApp}from'vue'//导入Pinia的createPinia方法,用于创建Pinia实例......