当前位置:网站首页>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
边栏推荐
- Web自动化实战——Selenium4(自动化测试环境的搭建)
- R语言计算时间序列数据的移动平均值(滚动平均值、例如5日均线、10日均线等):使用zoo包中的rollmean函数计算k个周期移动平均值
- Kubernetes原理剖析与实战应用手册,太全了
- Nuget打包并上传教程
- 数据库的范式(第一范式,第二范式,第三范式,BCNF范式)「建议收藏」
- Nuget package and upload tutorial
- R语言向前或者向后移动时间序列数据(自定义滞后或者超前的期数):使用dplyr包中的lag函数将时间序列数据向前移动一天(设置参数n为正值)
- 看交互设计如何集成到Scrum敏捷流程中
- Ubantu专题5:设置静态ip地址
- R语言检验样本是否符合正态性(检验样本是否来自一个正态分布总体):shapiro.test函数检验样本是否符合正态分布(normality test)
猜你喜欢

基于最小二乘法和SVM从天气预报中预测太阳能发电量(Matlab代码实现)

网银被盗?这篇文章告诉你如何安全使用网银

OpenShift 4 - 用 Operator 部署 Redis 集群

leetcode303场周赛复盘

LeetCode二叉树系列——222.完全二叉树的节点个数

abaqus find contact pairs报错:surface name is already in use

三、数组

AVH Deployment Practice (1) | Deploying the Flying Paddle Model on Arm Virtual Hardware

Getting started with UnityShader (3) - Unity's Shader

最小费用最大流问题详解
随机推荐
分成两栏后文字顺序混乱的问题解决【写期刊论文时】
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
Synchronized and volatile interview brief summary
《微信小程序-进阶篇》Lin-ui组件库源码分析-Icon组件
如何进行需求分析评审
thread_local 变量的析构顺序
Ubantu专题4:xshell、xftp连接接虚拟机以及设置xshell复制粘贴快捷键
Word table to Excel
TCP详解
DeepLab Series Learning
NC | 中国农大草业学院杨高文组揭示发现多因子干扰会降低土壤微生物多样性的积极效应...
[CUDA study notes] First acquaintance with CUDA
自适应控制——仿真实验二 用Narendra方案设计模型参考自适应系统
RecyclerView高效使用第二节
工程流体力学复习
消息队列消息数据存储MySQL表设计
AVH Deployment Practice (1) | Deploying the Flying Paddle Model on Arm Virtual Hardware
实现防抖与节流函数
Efficient use of RecyclerView Section 3
Getting started with UnityShader (1) - GPU and Shader