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