cap-js-community / feature-toggle-library

SAP BTP feature toggle library enables Node.js applications using the SAP Cloud Application Programming Model to maintain live-updatable feature toggles via Redis.
https://cap-js-community.github.io/feature-toggle-library/
Apache License 2.0
5 stars 2 forks source link

cds-plugin: service should not errors in NO_REDIS mode #73

Closed rlindner81 closed 1 month ago

rlindner81 commented 1 month ago

redisRead should just return 200 and {} in NO_REDIS mode.

The endpoint return values for common requests should be covered with integration tests.