Skip to main content
Version: Next

Redis

Redis is An open source, advanced key-value store, used for In-memory Database . Redis is an open source, advanced key-value store

login

Prepare

When referring to this document to use Redis, please read and ensure the following points:

  • This application is installed by Websoft9 console.

  • The purpose of this application complies with the redis open source license agreement.

  • Configure the domain name or server security group opens external network ports for application access.

Getting started

Initial setup

  1. When completed installation of Redis at Websoft9 Console, get the applicaiton's Overview and Access information from My Apps

Connectivity Usage

There are two ways to verify Redis availability:

  • Enter the command line mode of the Redis container and run redis-cli for interactive use
  • Install Redis Insight on the Websoft9 console, and then enter the Redis

Configuration options

  • Data persistence: enabled by default
  • Extranet access: already enabled by -bind 0.0.0.0 in container command
  • ACL authentication: enabled by default
  • Redis API
  • Redis-CLI: redis-cli help
  • Configuration file: This application lacks a configuration file by default, so select My Apps > Compose > Go to Edit Repository > docker-compose.yml and set by the command directive

Administer

  • Reset the password: enter the Redis container CML mode, run redis-cli to enter the interactive, and then run CONFIG SET requirepass "newpassword"

Troubleshooting