https://github.com/daljitdokal/redis-stack
Helm chart to deploy a Redis instance using the `redis/redis-stack:7.2.0-v2`
https://github.com/daljitdokal/redis-stack
helm redis redis-cache redis-stack
Last synced: 2 months ago
JSON representation
Helm chart to deploy a Redis instance using the `redis/redis-stack:7.2.0-v2`
- Host: GitHub
- URL: https://github.com/daljitdokal/redis-stack
- Owner: daljitdokal
- License: gpl-3.0
- Created: 2023-09-18T09:05:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T03:51:13.000Z (6 months ago)
- Last Synced: 2025-01-22T23:41:12.608Z (4 months ago)
- Topics: helm, redis, redis-cache, redis-stack
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redis-stack
Redis 7.2 is most far-reaching release. It encompasses a broad set of new features, and a significant investment in the functionality that supports AI initiatives. In each of these enhancements, you’ll notice a strong theme of making it easier for developers to use Redis, making it run even faster, and making it easier to achieve innovative results.
And we are committing to deliver all of these capabilities through every distribution channel all at once, with an approach we call the Unified Redis Release.
## Helm install
```
helm upgrade --install redis-test ./redis-stackhelm history redis-test
```## Helm uninstall
```
helm delete redis-test
```