Skip to content

@effect/platform-node@4.0.0-rc.109

Pre-release
Pre-release

Choose a tag to compare

@effect-bot effect-bot released this 14 Aug 01:25
· 8 commits to main since this release
b5946ec

Patch Changes

  • #7221 d8d3fdc Thanks @WikiRik! - Migrate NodeRedis from ioredis to redis (node-redis), replacing the peer dependency with redis: >=5.0.0 <7.0.0.

    layer and layerConfig now accept RedisClientOptions: socket settings move under socket, db becomes database, command methods are camelCase, and arbitrary commands use sendCommand. Protocol selection follows the installed node-redis version's default.

    Layers connect while being built and can fail with RedisError. Initial connections fail fast unless a socket.reconnectStrategy is provided; after ready, the default reconnect behavior applies. Scope finalization uses close(), so in-flight or blocking commands can delay closure.

  • Updated dependencies [a0743f2, 17892e7, 4d8a230, 2ae5a96, f21f9c9, 18270dd, 26db404, 2670398, 3702bed, ccae60e, 6ff5396]:

    • effect@4.0.0-rc.109
    • @effect/platform-node-shared@4.0.0-rc.109