CLOUD PAAS / DATABASE

Redis Overview

This guide has been reviewed and reformatted for Ruk-Com Cloud PaaS. Screens may vary slightly by platform version.

Click or tap a screenshot to view it at its original size.

Objective

This guide explains how to use Redis Overview on Ruk-Com Cloud PaaS, with ordered procedures and practical verification points.

Before you begin

  • Sign in with an account permitted to manage the relevant environment.
  • Confirm the target environment, region and resources before saving changes.
  • Create a backup or rollback plan before changing a production system.

RedisIt is an open source advanced key-value cache and data storage. which provides increased durability It is often thought of as a data structure server insofar as keys can contain different types of data: strings, hashes, lists, sets, sorted sets, bitmaps, and hyperloglogs. All of these data elements can be processed with different atomic operations, such as appending to the end of a string, adding elements to a list, adding values to a hash, getting the value of the highest sorted member of a sort, and so on.

Another important feature of Redis is its outstanding performance. This is done by operating on data sets in memory. To store such a database, you can use periodic disk dumps or add commands to the log. They can be disabled. If you just want feature-rich, networked, in-memory cache

Now let's see how to get your own Ruk-Com Env with Redis data infrastructure server in just a few clicks.

Create Redis at Ruk-Com Cloud

1. Log in to the Ruk-Com Cloud platform.

2. Click on New Environment in the top left corner.

Ruk-Com Cloud PaaS procedure screenshot

3. You will see the Env topology wizard open. Go to the desired programming language tab and select the Redis instance (4.x.x, 5.x.x, 6.x.x) from the list of available NoSQL databases. Set the number of fixed and dynamic cloudlets. Name your Env and click the Create button.

Ruk-Com Cloud PaaS procedure screenshot

4. After the Env is successfully created, you will receive an email with the Redis node information including DNS address, IP address, port number for connection and access credentials.

Ruk-Com Cloud PaaS procedure screenshot
Ruk-Com Cloud PaaS procedure screenshot

Use this information to create the necessary configuration and manage your Redis server.