如何查看redis使用那个配置文件启动

2022/8/23 2:52:44

本文主要是介绍如何查看redis使用那个配置文件启动,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

 

 

[root@cdc-henan-cdhworker02 redis]# /usr/local/redis/bin/redis-cli -h 192.168.1.50 -a test123 -p 6379
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
192.168.1.50:6379> info Server
# Server
redis_version:5.0.7
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:eb7e0722e9a032fc
redis_mode:standalone
os:Linux 3.10.0-862.el7.x86_64 x86_64
arch_bits:64
multiplexing_api:epoll
atomicvar_api:atomic-builtin
gcc_version:4.8.5
process_id:33850
run_id:be179ef05176b521a9364fc54963f87a6b92db7c
tcp_port:6379
uptime_in_seconds:2151
uptime_in_days:0
hz:10
configured_hz:10
lru_clock:213398
executable:/usr/local/redis/bin/redis-server
config_file:/usr/local/redis/redis.conf

 



这篇关于如何查看redis使用那个配置文件启动的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程