Skip to content

Redis

Redis is an in-memory data store ideal for caching, rate limiting, queues, and other latency-sensitive workloads. Choose this add-on when your components need fast key-value access or pub/sub messaging.

Add to your project

Paste this entry into the addons list in diploi.yaml to add Redis to your project.

addons:
- name: Redis
identifier: redis
package: https://github.com/diploi/addon-redis#main

See also