interface StoreConfig {
    index?: IndexConfig;
    ttl?: TTLConfig;
}

Properties

Properties

index?: IndexConfig
ttl?: TTLConfig