当前位置:网站首页>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
边栏推荐
- 小试牛刀:Go 反射帮我把 Excel 转成 Struct
- 看交互设计如何集成到Scrum敏捷流程中
- R语言ggplot2可视化:使用ggpubr包的ggmaplot函数可视化MA图(MA-plot)、font.legend参数和font.main参数设置标题和图例字体加粗
- Getting started with UnityShader (1) - GPU and Shader
- Message queue data storage MySQL table design
- 名创优品斥资6.95亿购买创始人叶国富所持办公楼股权
- LeetCode二叉树系列——222.完全二叉树的节点个数
- 谷歌CTS测试(cta测试)
- How to clean up the lodash.memoize cache in the element-plus virtual table virtual-list component?
- Codeforces Round #796 (Div. 2)(A-D)
猜你喜欢
![Recommendation System - Recall Phase - 2013: DSSM (Twin Towers Model) [Embedding (Semantic Vector) Recall] [Microsoft]](/img/40/b567780ed2cf04f1f1336922816f86.png)
Recommendation System - Recall Phase - 2013: DSSM (Twin Towers Model) [Embedding (Semantic Vector) Recall] [Microsoft]

TCP详解

How useful is four-quadrant time management?

QGIS 加载WMS数据,重新投影

DBeaver连接MySQL 8.x时Public Key Retrieval is not allowed 错误解决

Excel quickly aligns the middle name of the table (two-word name and three-word name alignment)

radiobutton的使用

The meaning of node_exporter performance monitoring information collection in Prometheus

Ubantu专题5:设置静态ip地址
![[CUDA study notes] First acquaintance with CUDA](/img/a2/f322ebe9dc483028f68882ee2c866b.png)
[CUDA study notes] First acquaintance with CUDA
随机推荐
NC | 斯坦福申小涛等开发数据可重复分析计算框架TidyMass
Prometheus之node_exporter性能监控信息采集含义
Efficient use of RecyclerView Section 2
DeepLab Series Learning
R语言ggstatsplot包ggbarstats函数可视化条形图、并添加假设检验结果(包含样本数、统计量、效应大小及其置信区间、显著性、组间两两比较、贝叶斯假设)、检验结果报告符合APA标准
hough变换检测直线原理(opencv霍夫直线检测)
【MySQL】Mysql范式及外键作用
vb中如何连接mysql_vb怎么连接数据库「建议收藏」
Public Key Retrieval is not allowed error solution when DBeaver connects to MySQL 8.x
蔚来杯2022牛客暑期多校训练营4
Why don't you make a confession during the graduation season?
01 邂逅typescript,环境搭建
OpenShift 4 - Deploy Redis Cluster with Operator
工程水文学试卷
Essential Learning for Getting Started with Unity Shader - Transparency Effect
MANIFEST.MF文件(PDB文件)
大健云仓冲刺美股:增营收反减利润 京东与DCM是股东
最小费用最大流问题详解
R语言检验样本是否符合正态性(检验样本是否来自一个正态分布总体):shapiro.test函数检验样本是否符合正态分布(normality test)
R语言ggplot2可视化:使用ggpubr包的ggboxplot函数可视化分组箱图、使用ggpar函数改变图形化参数(legend、修改可视化图像的图例在整图中的位置)