effect-io-ai

Package: @effect/platform-node
Module: NodeRedis

NodeRedis.layer

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>

Source

Since v4.0.0