Skip to content

Commit c1fc0fe

Browse files
committed
#2670 #2668 - add note about command modifiers that changes the reply type
1 parent 6686f44 commit c1fc0fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/redis/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ await client.set('key', 'value', {
8585
});
8686
```
8787

88+
> NOTE: command modifiers that change the reply type (e.g. `WITHSCORES` for `ZDIFF`) are exposed as separate commands (e.g. `ZDIFF_WITHSCORES`/`zDiffWithScores`).
89+
8890
Replies will be mapped to useful data structures:
8991

9092
```javascript

0 commit comments

Comments
 (0)