You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
14 lines
487 B
TypeScript
14 lines
487 B
TypeScript
// import { RedisCommandArgument, RedisCommandArguments } from '.';
|
|
// import { transformArguments as transformXClaimArguments } from './XCLAIM';
|
|
|
|
// export { FIRST_KEY_INDEX } from './XCLAIM';
|
|
|
|
// export function transformArguments(...args: Parameters<typeof transformXClaimArguments>): RedisCommandArguments {
|
|
// return [
|
|
// ...transformXClaimArguments(...args),
|
|
// 'JUSTID'
|
|
// ];
|
|
// }
|
|
|
|
// export declare function transformReply(): Array<RedisCommandArgument>;
|