Package: @effect/platform-node
Module: NodeRedis
Provides Redis and NodeRedis services backed by an ioredis client
created with the supplied options and closed when the layer scope ends.
Signature
declare const layer: (options?: IoRedis.RedisOptions | undefined) => Layer.Layer<Redis.Redis | NodeRedis>
Since v4.0.0