kobotoolbox / kobo-helm-chart

This project is new. We do not yet release stable versions.
GNU Affero General Public License v3.0
4 stars 9 forks source link

Determine feasibility of placing all redis data in a single redis DB (same number) #66

Open bufke opened 8 months ago

bufke commented 8 months ago

Redis cluster supports only one database number. It would be nice to support as many hosted services only support cluster - ElastiCache serverless and MemoryDB. We would need to ensure there is proper key name-spacing to avoid conflicts. An additional benefit would be to reduce the amount of configuration code and reduce overall sys admin complexity.