提交 492d9c28 编写于 作者: Sampson1207's avatar Sampson1207

Update smove相关 redis.md

上级 fde3bfd0
......@@ -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.
先完成此消息的编辑!
想要评论请 注册