forked from ttc/micro-service-api
-first commit
This commit is contained in:
11
node_modules/@redis/time-series/dist/lib/commands/DECRBY.d.ts
generated
vendored
Normal file
11
node_modules/@redis/time-series/dist/lib/commands/DECRBY.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
declare const _default: {
|
||||
readonly IS_READ_ONLY: false;
|
||||
/**
|
||||
* Decreases the value of a time series by a given amount
|
||||
* @param args - Arguments passed to the parseIncrByArguments function
|
||||
*/
|
||||
readonly parseCommand: (this: void, parser: import("@redis/client").CommandParser, key: import("@redis/client/dist/lib/RESP/types").RedisArgument, value: number, options?: import("./INCRBY").TsIncrByOptions | undefined) => void;
|
||||
readonly transformReply: () => import("@redis/client/dist/lib/RESP/types").NumberReply<number>;
|
||||
};
|
||||
export default _default;
|
||||
//# sourceMappingURL=DECRBY.d.ts.map
|
||||
Reference in New Issue
Block a user