Use the Databases menu of the Redis Cloud console to manage your databases.

To view the details of a database:

  1. Sign in to the Redis Cloud console. (Create an account if you don’t already have one.)

  2. Select the Databases menu to display a searchable list of all databases.

  3. Locate the database in the list.

  4. Select the database name to open the Database page.

    The Configuration tab of the Database details screen.

The Database screen lets you review:

  • Configuration details of a database
  • Graphs showing performance metrics
  • Recent activity via a “slowlog,” which lists queries that exceed a certain execution time.

For help changing database settings, see Edit database details.

Configuration tab

The Configuration screen is divided into sections, each dedicated to a specific category. Note that not every section or setting is available to every subscription plan.

General settings

The General section defines basic properties about your database.

The available settings vary according to your plan, cloud provider, and design choices. For example, if you do not select an Advanced Capability when creating a database, the Advanced Capabilities setting is not displayed when you view its configuration details.

Setting nameDescription
Database NameThe name given to your database
Public endpointPublic URI used by any application or client to access the database.
Private endpointPrivate endpoint URI available to approved clients; use CIDR allow list and VPC peering to enable access (Redis Cloud Pro only)
TagsA list of the tags associated with the database. Select Manage tags to manage the database tags.
TypeDisplays ‘Redis’, ‘Redis Stack’ or ‘memcached’ based on the value selected when the database was created
Redis versionRedis version used to create the database
Auto TieringChecked when the subscription supports Auto Tiering (Redis Cloud Pro only)
Creation timeDate and time the database was created
Active-Active RedisChecked when the database is part of an Active-Active relationship (Redis Cloud Pro only)
Last changedDate and time of last update
Supported Protocol(s)Shows which version of RESP the database uses. See Redis serialization protocol for details
Advanced CapabilitesThis setting appears when when an advanced capability is enabled for a database

Scalability section

The Scalability section describes the memory size, throughput, and hashing policy for a database.

Use the Scalability section to control the size, throughput, and hashing policy for a database.

The Scalability section is primarily for Redis Cloud Pro plans. Redis Cloud Essentials plans have options for memory limit and memory used.

Setting nameDescription
Plan Memory limitMaximum size (in GB) for your database.
Memory usedMemory currently used for your database.
ThroughputDefines throughput in terms of maximum operations per second for the database
Hashing policyDefines the hashing policy.
OSS Cluster APIEnables the OSS Cluster API for a database.

When this option is enabled, you cannot define a custom hashing policy.

To learn more about these settings and when to use them, see Database clustering.

Durability section

The Durability section helps protect your data when problems occur. These settings define replication, persistence, backup, and eviction policies.

Use the Durability  section to protect your data from unexpected problems.
Setting nameDescription
High availabilityReplicates your data across multiple nodes, as allowed by your plan
Data persistenceDefines whether (and how) data is saved to disk; available options depend on your plan type
Data eviction policyConfigures which policy is applied when your database reaches its memory limit
Remote backupWhen enabled, identifies a location and interval for data backups. (Paid plans only)
Active-Passive RedisWhen enabled, identifies a path to the linked database. (Redis Cloud Pro only)

Security section

The Security section helps you control access to your database.

Use the Security settings to control access to your database.
Setting nameDescription
Default userWhen enabled, permits access using a simple password
Default user passwordPassword for default user. A default password is assigned to the database on creation and may be updated.
CIDR allow listAllow list of IP addresses/security groups permitted to access the database. (Paid plans only)
Transport layer security (TLS)Enables transport security layer(TLS) encryption for database access. (Pro plans only)

Alerts section

The Alerts section defines notification emails sent to your account and the conditions that trigger them.

The Alerts section defines the notification emails and their triggering conditions.

The available alerts vary according to the plan type.

Setting nameDescription
Dataset size has reachedWhen enabled, sends an an email when the database reaches the defined memory limit (Free Essentials or Pro only)
Total size of datasets under this plan reachedWhen enabled, sends an an email when the database reaches the defined memory limit (Paid Essentials plans only)
Throughput is higher thanWhen enabled, sends an email when the operations per second exceed the defined threshold (Paid Essentials or Pro plans only)
Throughput is lower thanWhen enabled, sends an email when the operations per second falls below the defined threshold (Paid Essentials or Pro plans only)
Latency is higher thanWhen enabled, sends an an email when the latency exceeds the defined limit (Paid Essentials plans only)
Number of connectionsWhen enabled, sends an email when the connections exceeds the defined limit. (Essentials plans only)
Replica Of - database unable to sync with sourceWhen enabled, sends email when the replica database cannot sync with the primary (source) database (Pro plans only)
Replica Of - sync lag is higher thanWhen enabled, sends email when the sync lag exceeds the defined threshold (Pro plans only)

Danger zone

Actions in the Danger Zone are permanent and should not be taken lightly.

The Danger Zone includes activities that impact data, such as deleting a database.  Use with care.

Here, you can:

  • Delete the database.

    Databases must be active and empty before they can be deleted. To learn more, see Delete a database.

  • Import data into the database.

    When you choose this action, you’re asked to specify the source and location of the data to import

    The Import data dialog helps you import data into a database.

    To learn more, see Import data.

For best results, we recommend backing up data before starting any Danger Zone actions.

Manage the database list

The Databases list summarizes the status of all databases associated with your account.

You can:

  • Search by typing into the search box located above the database list.

    Use the search bar to filter the list.
  • Filter by selecting a filter type and then selecting the checkbox next to the options you want to include from the dropdown. Select the Filter toggle, located on the right of the search bar, if the filter types are hidden.

    Use the filter toggle to display filter options.

    You can filter the list on Status, Subscription, Capabilities, Options, and Tags. String matches are not case-sensitive. You can specify more than one filter expression at a time.

    A list of selected filters appears below the filter types.

    To remove a filter click the x to the right of the name of that filter. To remove all filters, select Clear all.

    Use the filter toggle to display filter options.
  • Sort the list in descending or ascending order using the arrow displayed to right of the field name in the header. Supported fields include Subscription, Database name, Memory, and Tags.

    Use the arrows in the list header to sort the list. The direction of the arrow corresponds to the direction of the sort.

    Select the arrow icon to change the sort order. One sort order can be active at any given time.

  • Use the controls in the list footer to change the number of items displayed in the list or to navigate.

Sort orders and filter expressions are not saved between console sessions.

Other actions and info

The View Database screen also has tabs that let you view:

  • Metrics: a series of graphs showing database performance over time. See Monitor performance

  • Slowlog: a log showing recent slow queries run against your database. The log displays when the action started, the duration, the complexity of the operation, and any parameters passed to the operation.

Edit database details

Use the Edit database button to edit database details.

The Edit database button lets you change selected database properties.

Because databases exist within the context of a deployment, certain fields cannot be updated, especially those that might lead to data loss.

Here’s what you can change:

SectionSettingComments
GeneralDatabase name
Supported protocol(s)
Tags
ScalabilityMemory limit
ThroughputPro plans only
Hashing policyPro plans only
OSS Cluster APIPro plans only
DurabilityHigh-availabilityPaid plans only
Data persistencePaid plans only
Data eviction policy
Remote backupPaid plans only
Active-Passive RedisPro plans only
SecurityDefault user
Default user password
CIDR allow listPaid plans only
Transport layer security (TLS)Pro plans only
Alertsall available for plan type

Choose Save database to save your changes.

Use the Save database button to save database changes.

If you need to change other details, create a new database and then migrate existing data.