提交 9ad98bd9 编写于 作者: wangyaqi1994's avatar wangyaqi1994

Merge branch 'u010461327-master-patch-90895' into 'master'

Update smove相关 redis.md

See merge request dcloud/unidocs-zh!53
......@@ -2166,7 +2166,7 @@ member 移除成功返回 1,member 不是 source 集合成员,并且没有
**示例**
```js
await redis.sadd('key', 'a', 'b', 'c')
await redis.sadd('source', 'a', 'b', 'c')
await redis.smove('source', 'destination', 'a') // 返回 1
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册