1234567891011121314151617181920212223242526 |
- 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.8
- apiVersion: v2
- appVersion: 7.2.1
- 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.1.1
- home: https://redis.io/
- icon: https://avatars.githubusercontent.com/u/1529926?s=200&v=4
- sources:
- - https://hub.docker.com/r/bitnami/redis
- - https://github.com/bitnami/containers/tree/main/bitnami/redis
- - https://redis.io/
- keywords:
- - cache
|