An open API service indexing awesome lists of open source software.

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`

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-stack

helm history redis-test
```

## Helm uninstall

```
helm delete redis-test
```