Skip to content

Cache Database

Debug Information

Image: docker.io/bitnamilegacy/valkey:8.1.3

  • Ports: 6379/tcp

To directly access in Kubernetes (for e.g. debugging), forward the svc port to your local machine:

kubectl [-n namespace] port-forward svc/cache-db 6379:6379

Overview

The Cache Database contains cached metadata and credentials that automatically expire after a set time.

Configuration

By default, all items stored have a time-to-live (TTL) of 60 seconds. This can be changed by setting CACHE_TTL in the Metadata Service, Data Service and Consumer Service according to the Valkey documentation.

Disable Caching

Disable caching in a service by setting the environment variable CACHE_TTL=-1.

Limitations

(none)

Do you miss functionality? Do these limitations affect you?

We strongly encourage you to help us implement it as we are welcoming contributors to open-source software and get in contact with us, we happily answer requests for collaboration with attached CV and your programming experience!

Security

(none)