effect-io-ai

Package: @effect/platform-bun
Module: BunRedis

BunRedis.layer

Creates scoped Bun Redis layers for Redis.Redis and BunRedis, closing the underlying client when the scope finalizes.

Signature

declare const layer: (options?: ({ readonly url?: string; } & RedisOptions) | undefined) => Layer.Layer<Redis.Redis | BunRedis>

Source

Since v4.0.0