Skip to content

Commit

Permalink
Redis for local
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Jan 15, 2024
1 parent 8e52544 commit cca4b70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Version 0.2.1 - 2024-01-15

### Added

- Disable Redis per default locally, option to enable it

## Version 0.2.0 - 2024-01-11

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ The following adapters for WS Standard are supported out-of-the-box.
To use the Redis Adapter (basic publish/subscribe), the following steps have to be performed:

- Set `cds.requires.websocket.adapter.impl: "redis"`
- Application needs to be bound to a Redis instance
- Application needs to be bound to a Redis instance
- Cloud Foundry: Redis automatically active
- Local (or other):
- Local (or other):
- Option `cds.requires.websocket.adapter.local: true` needs to be set
- File `default-env.json` need to exist with Redis configuration
- Redis Adapter options can be specified via `cds.requires.websocket.adapter.options`
Expand Down

0 comments on commit cca4b70

Please sign in to comment.