当前位置:网站首页>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
边栏推荐
- Buuctf partial solution
- Shell command
- Iframe tag
- SystemVerilog
- Some considerations for installing Oracle11g
- The first self introduction quotation
- The modified network card name of rocky foundation is eth0
- Examples of Pareto optimality and Nash equilibrium
- MySQL authorization method
- 6、 C language circular statement
猜你喜欢

Deploy flask on Alibaba cloud server

Application of edge technology and applet container in smart home
![SQL error [1810] [22008]: ora-01810: format code occurs twice](/img/3b/4cbc0efe23f6f71163a115cd098ea9.png)
SQL error [1810] [22008]: ora-01810: format code occurs twice

Picture Trojan principle production prevention

Image steganography method

Compose learning notes 1-compose, state, flow, remember

经典Dijkstra与最长路

Instructions for common symbols in kotlin

滑块还原和验证(法律数据库)

Find papers and their open source code
随机推荐
Specific operation process of network security emergency response
Install pytorch geometric on colab, and libcudart.so.10.2 appears when importing the package
3438. 数制转换
Pytorch GPU installation
云上安全主要面临的威胁有哪些
UTF-8、UTF-16 和 UTF-32 字符编码之间的区别?[图文详解]
拓展运算符是深拷贝还是浅拷贝
4519. 正方形数组的数目
Enterprise wechat customer service link, enterprise wechat customer service chat
Rocky基础之修改网卡名为eth0
回编译失败
20、 ROS distributed communication
Is the expansion operator a deep copy or a shallow copy
Privacy computing summary
Some considerations for installing Oracle11g
Wonderful frog -- how simple can it be to abandon the float and use the navigation bar set by the elastic box
Basic operation implementation of sequence table
A problem -- about dragging div in JS, when I change div to round, there will be a bug
PHP magic method
Mysql使用left join连表查询时,因连接条件未加索引导致查询很慢