当前位置:网站首页>Linux check redis version (check mongodb version)
Linux check redis version (check mongodb version)
2022-07-31 15:12:00 【Full stack programmer webmaster】
Hello everyone, meet again, I'm your friend Quanstack Jun.
I haven't used redis in Linux for almost half a year. The commands are a bit rusty. Many blog posts on the Internet are wrong. I don't know if the blogger copied it directly.
The following information is rearranged for easy review when forgotten
First enter the cd /usr/local directory, needless to say
I installed redis in the redis folder and found redis-server in the bin directory
Use ./redis-server --version to view version information
[[email protected] local]$ lsbin games jdk libexec nginx nginx-1.8.0.tar.gz redis-3.0.4 sbin src zookeeper-3.4.6etc include lib mysql nginx-1.8.0 redis redis-3.0.4.tar.gz share tomcat zookeeper-3.4.6.tar.gz[[email protected] local]$ cd redis[[email protected] redis]$ lsbin[[email protected] redis]$ cd bin/[[email protected] bin]$ lsdump.rdb redis-benchmark redis-check-aof redis-check-dump redis-cli redis.conf redis-sentinel redis-server[[email protected] bin]$ ./redis-server --versionRedis server v=3.0.4 sha=00000000:0 malloc=jemalloc-3.6.0 bits=32 build=abc958d7473f641f[[email protected] bin]$ Publisher: Full-stack programmer, please indicate the source: https://javaforall.cn/128356.htmlOriginal link: https://javaforall.cn
边栏推荐
猜你喜欢
随机推荐
Architecture actual combat battalion module 8 message queue table structure design
435. 无重叠区间
Excel快速对齐表格的中姓名(两个字姓名和三个字姓名对齐)
svn安装及使用(身体功能手册)
Efficient use of RecyclerView Section 3
为什么毕业季不要表白?
使用 Chainlink Keepers 实现智能合约函数的自动化执行
Getting started with UnityShader (3) - Unity's Shader
R语言的画图代码及差异性分析[通俗易懂]
分成两栏后文字顺序混乱的问题解决【写期刊论文时】
Gorm—Go language database framework
OpenShift 4 - 定制 RHACS 安全策略,阻断生产集群使用高风险 Registry
Ubantu专题4:xshell、xftp连接接虚拟机以及设置xshell复制粘贴快捷键
工程水文学复习资料
Efficient use of RecyclerView Section 2
修改SQL语言实现Mysql 多表关联查询优化
WeChat chat record search in a red envelope
谷歌CTS测试(cta测试)
Synchronized和volatile 面试简单汇总
基于最小二乘法和SVM从天气预报中预测太阳能发电量(Matlab代码实现)









