The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
Redisearch for Kubevious
The following information was extracted from the containerfile and other sources.
Summary | Redis in-memory data structure store, used as database, cache and message broker |
Description | Redis 6 available as container, is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. |
Provider | Kubevious |
Maintainer | SoftwareCollections.org <sclorg@redhat.com> |
The following information was extracted from the containerfile and other sources.
Repository name | rhel8/redis-6 |
Image version | 1 |
Architecture | amd64 |
Usage | podman run -d --name redis_database -p 6379:6379 rhel8/redis-6 |
Exposed ports | 6379:redis |
This image is supposed to be used only as a part of Kubevious Operator. Please install Kubevious Operator from the Operator Hub.