We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949b944 commit 280e750Copy full SHA for 280e750
packages/client/lib/commands/XTRIM.ts
@@ -12,7 +12,7 @@ export default {
12
transformArguments(
13
key: RedisArgument,
14
strategy: 'MAXLEN' | 'MINID',
15
- threshold: number,
+ threshold: number | string,
16
options?: XTrimOptions
17
) {
18
const args = ['XTRIM', key, strategy];
0 commit comments