Home / Companies / Redis / Blog / Post Details
Content Deep Dive

Multi-Model Redis Database on Minikube for Developers

Blog post from Redis

Post Details
Company
Date Published
Author
Itamar Haber
Word Count
426
Language
English
Hacker News Points
-
Summary

This post provides a guide on setting up a development environment for an application using a multi-model Redis database on Kubernetes. It explains the concept of multi-model databases and how Redis can be extended with modules to support multiple data models. The author has created an open source container image, redismod, which includes all five modules and can be deployed and run on Kubernetes. The post also demonstrates how to use minikube to quickly get a local Kubernetes cluster up and running the redismod container in just five steps. Finally, it explains how to connect to the redismod service from an application for data modeling with multiple modules on Redis.