1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-08-01 16:28:03 +08:00

Update redis-all.md

This commit is contained in:
guide 2021-04-10 20:33:28 +08:00
parent 777f778b68
commit 3787c20c89

View File

@ -257,7 +257,7 @@ OK
下面我们简单看看它的使用!
```bash
127.0.0.1:6379> hset userInfoKey name "guide" description "dev" age "24"
127.0.0.1:6379> hmset userInfoKey name "guide" description "dev" age "24"
OK
127.0.0.1:6379> hexists userInfoKey name # 查看 key 对应的 value中指定的字段是否存在。
(integer) 1