PUBSUB_SHARDCHANNELS.d.ts 277 B

1234
  1. import { RedisCommandArgument, RedisCommandArguments } from '.';
  2. export declare const IS_READ_ONLY = true;
  3. export declare function transformArguments(pattern?: RedisCommandArgument): RedisCommandArguments;
  4. export declare function transformReply(): Array<RedisCommandArgument>;