UNPKG

@zenweb/cache

Version:
11 lines (10 loc) 545 B
import type { RedisOptions } from "ioredis"; import type { LockGetOption, SetOption, SetupOption } from "./types.js"; import { JSONSerializer } from "./serializer.js"; import { GzCompressor } from "./compressor.js"; export declare const defaultRedisOption: RedisOptions; export declare const defaultSetOption: SetOption; export declare const defaultLockGetOption: LockGetOption; export declare const jsonSerializer: JSONSerializer; export declare const gzCompressor: GzCompressor; export declare const defaultSetupOption: Required<SetupOption>;