Skip to content

Commit 2e13f23

Browse files
authored
update
update
1 parent 4c56555 commit 2e13f23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

others/redis基础操作.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Redis是一个基于内存的高性能key-value数据库。
1212
#### 4.redis是单进程单线程的
1313
redis利用队列将并发访问变为串行访问。
1414

15+
redis连接指定数据库:redis-cli -n 1
16+
1517
## key
1618
* keys * : 查看所有的key
1719
* del key : 删除指定的key

0 commit comments

Comments
 (0)