提交 3b914937 编写于 作者: 雪洛's avatar 雪洛

docs: update uniCloud redis

上级 b296f811
......@@ -1355,7 +1355,7 @@ await redis.lrem('key', 0, 'a') // 返回 1
**接口形式**
```js
await redis.lrem(key: string, index: number, value: string)
await redis.lset(key: string, index: number, value: string)
```
**入参说明**
......@@ -1384,7 +1384,7 @@ await redis.lset('key', 0, 'b') // 返回 OK
**接口形式**
```js
await redis.lrem(key: string, start: number, end: number)
await redis.ltrim(key: string, start: number, end: number)
```
**入参说明**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册