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:
- Login to your environment via SSH.
- Run the command
redis-cli -h redis