MCPcopy
hub / github.com/redis/node-redis / CfReserveOptions

Interface CfReserveOptions

packages/bloom/lib/commands/cuckoo/RESERVE.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { RedisArgument, SimpleStringReply, Command } from '@redis/client/dist/lib/RESP/types';
3
4export interface CfReserveOptions {
5 BUCKETSIZE?: number;
6 MAXITERATIONS?: number;
7 EXPANSION?: number;
8}
9
10export default {
11 IS_READ_ONLY: false,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected