如何查看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使用那个配置文件启动的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-08阿里云Redis项目实战入门教程
- 2024-11-08阿里云Redis资料:新手入门与初级使用指南
- 2024-11-08阿里云Redis教程:新手入门及实用指南
- 2024-11-07阿里云Redis学习入门:新手必读指南
- 2024-11-07阿里云Redis学习入门:从零开始的操作指南
- 2024-11-07阿里云Redis学习:初学者指南
- 2024-11-06阿里云Redis入门教程:轻松搭建与使用指南
- 2024-11-02Redis项目实战:新手入门教程
- 2024-10-22Redis入门教程:轻松掌握数据存储与操作
- 2024-10-22Redis缓存入门教程:快速掌握Redis缓存基础知识