ElastiCacheService overview
Added in v1.0.0
Table of contents
constructors
makeElastiCacheService
Signature
export declare const makeElastiCacheService: Effect.Effect<any, never, Instance.ElastiCacheClientInstance>
Added in v1.0.0
models
ElastiCacheService (class)
Signature
export declare class ElastiCacheService
Added in v1.0.0
utils
ElastiCacheService (namespace)
Added in v1.0.0
Config (interface)
Signature
export interface Config extends Omit<ElastiCacheClientConfig, "logger"> {
readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true
}
Added in v1.0.0