12345678910111213141516171819202122232425 |
- name: redis
- description: Redis. The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker.
- annotations:
- title: Redis
- type: application
- version: 1.0.22
- apiVersion: v2
- appVersion: 7.2.4
- kubeVersion: '>=1.16.0-0'
- maintainers:
- - name: truenas
- url: https://www.truenas.com/
- email: dev@ixsystems.com
- dependencies:
- - name: common
- repository: file://../../../common
- version: 1.2.9
- home: https://redis.io/
- icon: https://media.sys.truenas.net/apps/redis/icons/icon.png
- sources:
- - https://hub.docker.com/r/bitnami/redis
- - https://github.com/bitnami/containers/tree/main/bitnami/redis
- - https://redis.io/
- keywords:
- - cache
|