Skip to content

Using an Environment

Redis

For Magento 2, your environment comes with a Redis service. This is not externally accessible. Internally, it uses the following credentials:

  • Hostname: redis
  • No authentication required

Connecting to Redis via the command line

If you wish to connect to the Redis via the command line, then please follow these steps:

  1. Login to your environment via SSH.
  2. Run the command redis-cli -h redis