当前位置:网站首页>Linux查看redis版本(查看mongodb版本)
Linux查看redis版本(查看mongodb版本)
2022-07-31 15:07:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
快半年没有在Linux中使用redis了,命令有些生疏了,网上很多博文也不对,不知道博主是否直接复制的来的。
以下为重新整理资料,便于忘记时候复习
首先进入 cd /usr/local目录不用说了
我把redis安装到了redis文件夹中了,在bin目录下找到redis-server
使用 ./redis-server –version 查看版本信息
[[email protected] local]$ ls
bin games jdk libexec nginx nginx-1.8.0.tar.gz redis-3.0.4 sbin src zookeeper-3.4.6
etc 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]$ ls
bin
[[email protected] redis]$ cd bin/
[[email protected] bin]$ ls
dump.rdb redis-benchmark redis-check-aof redis-check-dump redis-cli redis.conf redis-sentinel redis-server
[[email protected] bin]$ ./redis-server --version
Redis server v=3.0.4 sha=00000000:0 malloc=jemalloc-3.6.0 bits=32 build=abc958d7473f641f
[[email protected] bin]$ 发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/128356.html原文链接:https://javaforall.cn
边栏推荐
- R语言ggplot2可视化:使用ggpubr包的ggboxplot函数可视化箱图、使用font函数自定义图例标题文本(legend.title)字体的大小、颜色、样式(粗体、斜体)
- 2021 OWASP TOP 10 漏洞指南
- 模板与泛型编程值typelist实现
- R语言ggplot2可视化:使用ggpubr包的ggboxplot函数可视化分组箱图、使用ggpar函数改变图形化参数(caption、添加、修改可视化图像的题注、脚注内容)
- Emmet 语法
- 乡村基冲刺港交所:5个月期内亏2224万 SIG与红杉中国是股东
- C language basic practice (nine-nine multiplication table) and printing different asterisk patterns
- Selenium自动化中无头浏览器的应用
- 工程力学复习资料
- Introduction to BigDecimal, common methods
猜你喜欢
随机推荐
PDF 拆分/合并
R语言ggstatsplot包ggbarstats函数可视化条形图、并添加假设检验结果(包含样本数、统计量、效应大小及其置信区间、显著性、组间两两比较、贝叶斯假设)、检验结果报告符合APA标准
谷歌CTS测试(cta测试)
ERROR: Failed building wheel for osgeo
Word table to Excel
R language test whether the sample conforms to normality (test whether the sample comes from a normally distributed population): shapiro.test function tests whether the sample conforms to the normal d
Essential Learning for Getting Started with Unity Shader - Transparency Effect
Ubantu专题4:xshell、xftp连接接虚拟机以及设置xshell复制粘贴快捷键
三角恒等变换公式
OpenShift 4 - 定制 RHACS 安全策略,阻断生产集群使用高风险 Registry
NPM Taobao mirror (latest version) released a new version of npm mirror at 2021-11-21 16:53:52 [easy to understand]
Architecture actual combat battalion module 8 message queue table structure design
DBeaver连接MySQL 8.x时Public Key Retrieval is not allowed 错误解决
定时器的类型
2021 OWASP TOP 10 Vulnerability Guide
Network cable RJ45 interface pins [easy to understand]
三、数组
自适应控制——仿真实验二 用Narendra方案设计模型参考自适应系统
如何进行需求分析评审
[CUDA study notes] First acquaintance with CUDA








