微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

如何查看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

 

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐