Package: @effect/platform-bun
Module: BunRedis
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>
Since v4.0.0