Package: @effect/platform-node
Module: NodeRedis
Provides Redis and NodeRedis services from Config-backed ioredis
options, closing the client when the layer scope ends.
Signature
declare const layerConfig: (options: Config.Wrap<IoRedis.RedisOptions>) => Layer.Layer<Redis.Redis | NodeRedis, Config.ConfigError>
Since v4.0.0