Skip to content

Commit cca4b70

Browse files
committed
Redis for local
1 parent 8e52544 commit cca4b70

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@ The following adapters for WS Standard are supported out-of-the-box.
405405
To 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`

0 commit comments

Comments
 (0)