当前位置:网站首页>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
边栏推荐
- LeetCode二叉树系列——222.完全二叉树的节点个数
- TRACE32——基于SNOOPer的变量记录
- 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
- 数据库的范式(第一范式,第二范式,第三范式,BCNF范式)「建议收藏」
- STM32(十)------- SPI通信
- Matlab矩阵基本操作(定义,运算)
- [CUDA study notes] First acquaintance with CUDA
- LeetCode二叉树系列——110.平衡二叉树
- Efficient use of RecyclerView Section 3
- thread_local 变量的析构顺序
猜你喜欢
随机推荐
R语言计算时间序列数据的移动平均值(滚动平均值、例如5日均线、10日均线等):使用zoo包中的rollmean函数计算k个周期移动平均值
小试牛刀:Go 反射帮我把 Excel 转成 Struct
DBeaver连接MySQL 8.x时Public Key Retrieval is not allowed 错误解决
How to clean up the lodash.memoize cache in the element-plus virtual table virtual-list component?
RecyclerView高效使用第三节
梅克尔工作室-第一次
思路迪医药冲刺港股:5个月亏2.9亿 泰格医药与先声药业是股东
定时器的类型
R语言ggstatsplot包ggbarstats函数可视化条形图、并添加假设检验结果(包含样本数、统计量、效应大小及其置信区间、显著性、组间两两比较、贝叶斯假设)、检验结果报告符合APA标准
7、常见面试口语提问问题汇总
力扣:56. 合并区间
RecyclerView高效使用第二节
如何进行需求分析评审
工程流体力学复习
Introductory UnityShader learning (2) - the rendering pipeline
LeetCode二叉树系列——222.完全二叉树的节点个数
双边滤波加速「建议收藏」
c语言hello world代码(代码编程入门)
Message queue data storage MySQL table design
三角恒等变换公式









