File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## Version 0.2.1 - 2024-01-15
9+
10+ ### Added
11+
12+ - Disable Redis per default locally, option to enable it
13+
814## Version 0.2.0 - 2024-01-11
915
1016### Fixed
Original file line number Diff line number Diff line change @@ -405,9 +405,9 @@ The following adapters for WS Standard are supported out-of-the-box.
405405To use the Redis Adapter (basic publish/subscribe), the following steps have to be performed:
406406
407407- Set ` cds.requires.websocket.adapter.impl: "redis" `
408- - Application needs to be bound to a Redis instance
408+ - Application needs to be bound to a Redis instance
409409 - Cloud Foundry: Redis automatically active
410- - Local (or other):
410+ - Local (or other):
411411 - Option ` cds.requires.websocket.adapter.local: true ` needs to be set
412412 - File ` default-env.json ` need to exist with Redis configuration
413413- Redis Adapter options can be specified via ` cds.requires.websocket.adapter.options `
You can’t perform that action at this time.
0 commit comments