Skip to content

Commit

Permalink
#2670 #2668 - add note about command modifiers that changes the reply…
Browse files Browse the repository at this point in the history
… type
  • Loading branch information
leibale committed Jan 3, 2024
1 parent 6686f44 commit c1fc0fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1fc0fe

Please sign in to comment.