We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c56555 commit 2e13f23Copy full SHA for 2e13f23
1 file changed
others/redis基础操作.md
@@ -12,6 +12,8 @@ Redis是一个基于内存的高性能key-value数据库。
12
#### 4.redis是单进程单线程的
13
redis利用队列将并发访问变为串行访问。
14
15
+redis连接指定数据库:redis-cli -n 1
16
+
17
## key
18
* keys * : 查看所有的key
19
* del key : 删除指定的key
0 commit comments