提交 3787c20c 编写于 作者: G guide

Update redis-all.md

上级 777f778b
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册