Files
Star-wars-card-game/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts
2026-01-28 00:55:06 +03:00

5 lines
308 B
TypeScript

import { RedisCommandArgument, RedisCommandArguments } from '.';
export { FIRST_KEY_INDEX, IS_READ_ONLY } from './ZRANDMEMBER';
export declare function transformArguments(key: RedisCommandArgument, count: number): RedisCommandArguments;
export declare function transformReply(): Array<RedisCommandArgument>;