https://github.com/softonic/redis-sharded-chart
Helm chart for Redis sharded
https://github.com/softonic/redis-sharded-chart
helm-chart kubernetes redis
Last synced: about 1 month ago
JSON representation
Helm chart for Redis sharded
- Host: GitHub
- URL: https://github.com/softonic/redis-sharded-chart
- Owner: softonic
- Created: 2020-04-20T06:27:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T11:47:02.000Z (12 months ago)
- Last Synced: 2025-06-11T15:40:36.142Z (12 months ago)
- Topics: helm-chart, kubernetes, redis
- Language: Mustache
- Homepage: https://hub.helm.sh/charts/softonic/redis-sharded
- Size: 31.3 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis Sharded Helm chart
Helm chart for using redis shards. It is loosely based on [Bitnami Redis Chart](https://github.com/bitnami/charts/tree/master/bitnami/redis) and uses [twemproxy](https://github.com/twitter/twemproxy).
# Why Redis Sharded?
Redis Sharded offers an easy way to use Redis with multiple independent master instances as shards, and optionally a twemproxy in front, so that the client can see it as a single redis instance.
# Quick Start
```bash
helm repo add softonic https://charts.softonic.io
helm install redis-sharded softonic/redis-sharded
```