当前位置:网站首页>redis常用命令总结(自备)
redis常用命令总结(自备)
2022-07-28 14:15:00 【[email protected]】
1,linux连接命令
$ redis-cli -h host -p port -a password
也可以直接redis-cli,进去时候用auth password来进行验证
2,常用命令
keys * 查询所有键;
hkeys key 获取所有的filed;
type key 获取键的类型;
hget key filed 获取filed值;
CONFIG set requirepass password #设置密码
版权声明
本文为[[email protected]]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_38641816/article/details/108638919
边栏推荐
猜你喜欢

Deploy flask on Alibaba cloud server

6、 C language circular statement

Chapter I Introduction

Machine learning related concepts

模板注入总结
![SQL error [1810] [22008]: ora-01810: format code occurs twice](/img/3b/4cbc0efe23f6f71163a115cd098ea9.png)
SQL error [1810] [22008]: ora-01810: format code occurs twice

21、 TF coordinate transformation (I): coordinate MSG message

Xiaobai can understand the 35 necessary questions in MySQL interview

charles如何安装并使用

Compilation language and interpretation language
随机推荐
16、 Launch file label of ROS (II)
Application of edge technology and applet container in smart home
shellcode编写学习-环境
Downloading PIP package is too slow
UTF-8、UTF-16 和 UTF-32 字符编码之间的区别?[图文详解]
@Solution to DS ('slave') multi data source compatible transaction problem
Deploy flask on Alibaba cloud server
21、 TF coordinate transformation (I): coordinate MSG message
4、 C language operators
Shell command
Matlab load usage
Idea2020.1.4 packages package collapse
Mysql使用left join连表查询时,因连接条件未加索引导致查询很慢
安全与隐私计算在国内发展现状
使用cpolar发布树莓派网页(apache2的安装测试)
SSRF vulnerability
chrome插件调试
7、 Detailed explanation of C language function definition
Feeling about software development work in the second anniversary
3511. 倒水问题