You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
time-series
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Timestamp, transformTimestampArgument } from '.';
|
||||
import { ArrayReply, NumberReply, Command } from '@redis/client/dist/lib/RESP/types';
|
||||
import { ArrayReply, NumberReply, SimpleErrorReply, Command } from '@redis/client/dist/lib/RESP/types';
|
||||
|
||||
export interface TsMAddSample {
|
||||
key: string;
|
||||
@@ -23,5 +23,5 @@ export default {
|
||||
|
||||
return args;
|
||||
},
|
||||
transformReply: undefined as unknown as () => ArrayReply<NumberReply>
|
||||
transformReply: undefined as unknown as () => ArrayReply<NumberReply | SimpleErrorReply>
|
||||
} as const satisfies Command;
|
||||
|
Reference in New Issue
Block a user