You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
13 lines
322 B
TypeScript
13 lines
322 B
TypeScript
// import { RedisCommandArguments } from '.';
|
|
|
|
// export function transformArguments(): RedisCommandArguments {
|
|
// return ['LATENCY', 'LATEST'];
|
|
// }
|
|
|
|
// export declare function transformReply(): Array<[
|
|
// name: string,
|
|
// timestamp: number,
|
|
// latestLatency: number,
|
|
// allTimeLatency: number
|
|
// ]>;
|