You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
This commit is contained in:
@@ -85,6 +85,8 @@ await client.set('key', 'value', {
|
||||
});
|
||||
```
|
||||
|
||||
> NOTE: command modifiers that change the reply type (e.g. `WITHSCORES` for `ZDIFF`) are exposed as separate commands (e.g. `ZDIFF_WITHSCORES`/`zDiffWithScores`).
|
||||
|
||||
Replies will be mapped to useful data structures:
|
||||
|
||||
```javascript
|
||||
|
Reference in New Issue
Block a user