当前位置:网站首页>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
边栏推荐
- TRACE32 - C source code association
- 四象限时间管理有多好用?
- Excel快速对齐表格的中姓名(两个字姓名和三个字姓名对齐)
- ES6 类
- Trigonometric identity transformation formula
- RecyclerView高效使用第三节
- 华医网冲刺港股:5个月亏2976万 红杉与姚文彬是股东
- R language ggplot2 visualization: use the ggmapplot function of the ggpubr package to visualize the MA plot (MA-plot), the font.legend parameter and the font.main parameter to set the title and legend
- 浏览器自带的拾色器
- Small test knife: Go reflection helped me convert Excel to Struct
猜你喜欢
随机推荐
R语言的画图代码及差异性分析[通俗易懂]
四象限时间管理有多好用?
Efficient use of RecyclerView Section 2
R语言向前或者向后移动时间序列数据(自定义滞后或者超前的期数):使用dplyr包中的lag函数将时间序列数据向前移动一天(设置参数n为正值)
Advanced Mathematics - Commonly Used Indefinite Integral Formulas
使用 Chainlink Keepers 实现智能合约函数的自动化执行
乡村基冲刺港交所:5个月期内亏2224万 SIG与红杉中国是股东
Groupid(artifact id)
ASP.NET Core 产生连续 Guid
工程流体力学复习
The paper manual becomes 3D animation in seconds, the latest research of Wu Jiajun of Stanford University, selected for ECCV 2022
WPF项目--控件入门基础用法,必知必会XAML
力扣:56. 合并区间
Linux查看redis版本(查看mongodb版本)
浏览器自带的拾色器
消息队列消息数据存储MySQL表设计
Destruction order of thread_local variables
Excel快速对齐表格的中姓名(两个字姓名和三个字姓名对齐)
Ubantu project 4: xshell, XFTP connected the virtual machine and set xshell copy and paste the shortcut
Small test knife: Go reflection helped me convert Excel to Struct