Cloud service

Redis database

You can attach a Redis database to your service to quickly store and retrieve key-value pairs.

Configuration as code

To configure a Redis database in your code editor, use the following variables in the service's configuration as code file.

Example

# service: ...

redis_databases:
  - name: redis

Variables

name
required
string

The name of the Redis database must use snake_case notation. In addition, Redis databases within a service cannot share the same name.