Skip to content

Commit

Permalink
Update redis-all.md
Browse files Browse the repository at this point in the history
change type
  • Loading branch information
das-friday-night authored Aug 8, 2020
1 parent aca3a33 commit f82d82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/database/Redis/redis-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ OK
**批量设置** :

``` bash
127.0.0.1:6379> mest key1 value1 key2 value2 # 批量设置 key-value 类型的值
127.0.0.1:6379> mset key1 value1 key2 value2 # 批量设置 key-value 类型的值
OK
127.0.0.1:6379> mget key1 key2 # 批量获取多个 key 对应的 value
1) "value1"
Expand Down

0 comments on commit f82d82b

Please sign in to comment.