Redis Insight is an ideal tool for developers who build with any Redis deployments – including Redis Open Source, Redis Stack, Redis Enterprise Software, Redis Enterprise Cloud, and Amazon ElastiCache – and who want to optimize their development process. Redis Insight lets you visually browse and interact with data, take advantage of the advanced command line interface and diagnostic tools, and https://github.com/RedisInsight/RedisInsight.
If you enjoy Redis Insight, star our https://github.com/RedisInsight/RedisInsight to let us see the value you find in what we do.
You can install Redis Insight using one of the options described below.
bashdocker run -d --name redisinsight -p 5540:5540 redis/redisinsight:latest
/data path and then run the following command:bashdocker run -d --name redisinsight -p 5540:5540 redis/redisinsight:latest -v redisinsight:/data
If the previous command returns a permission error, ensure that the user with ID = 1000 has the necessary permissions to access the volume provided (redisinsight in the command above).
Next, point your browser to http://localhost:5540.
Redis Insight also provides a health check endpoint at http://localhost:5540/api/health/ to monitor the health of the running container.
| Variable | Purpose | Default | Additional info |
|---|---|---|---|
| RI_APP_PORT | The port that Redis Insight listens on. |
| See Express Documentation |
| RI_APP_HOST | The host that Redis Insight connects to. |
| See Express Documentation |
| RI_SERVER_TLS_KEY | Private key for HTTPS. | n/a | Private key in PEM format. Can be a path to a file or a string in PEM format. |
| RI_SERVER_TLS_CERT | Certificate for supplied private key. | n/a | Public certificate in PEM format. Can be a path to a file or a string in PEM format. |
| RI_ENCRYPTION_KEY | Key to encrypt data with. | n/a | Available only for Docker. Redis insight stores sensitive information (database passwords, Workbench history, etc.) locally (using https://github.com/TryGhost/node-sqlite3). This variable allows you to store sensitive information encrypted using the specified encryption key. Note: The same encryption key should be provided for subsequent docker run commands with the same volume attached to decrypt the information. |
| RI_LOG_LEVEL | Configures the log level of the application. | info | Supported logging levels are prioritized from highest to lowest:
|
| RI_FILES_LOGGER | Logs to file. | true | By default, you can find log files in the following folders:
|
| RI_STDOUT_LOGGER | Logs to STDOUT. | true | |
| RI_PROXY_PATH | Configures a subpath for a proxy. | n/a | Available only for Docker. |
| RI_DATABASE_MANAGEMENT | When set to false, this disables the ability to manage database connections (adding, editing, or deleting). | true |
Redis Insight allows you to preconfigure database connections using environment variables or a JSON file, enabling centralized and efficient configuration. There are two ways to preconfigure database connections in Redis Insight Electron and Docker:
Redis Insight allows you to preconfigure database connections using environment variables.
NOTES:
| Variable | Purpose | Default | Additional info |
|---|---|---|---|
| RI_REDIS_HOST* | Host of a Redis database. | N/A | |
| RI_REDIS_PORT* | Port of a Redis database. | 6379 | |
| RI_REDIS_ALIAS* | Alias of a database connection. | {host}:{port} | |
| RI_REDIS_USERNAME* | Username to connect to a Redis database. | default | |
| RI_REDIS_PASSWORD* | Password to connect to a Redis database. | No password | |
| RI_REDIS_TLS* | Indicates whether TLS certificates should be used to connect. | FALSE | Accepts TRUE or FALSE |
| RI_REDIS_TLS_CA_BASE64* | CA certificate in base64 format. | N/A | Specify a CA certificate in this environment variable or provide a file path using RI_REDIS_TLS_CA_PATH*. |
| RI_REDIS_TLS_CA_PATH* | Path to the CA certificate file. | N/A | |
| RI_REDIS_TLS_CERT_BASE64* | Client certificate in base64 format. | N/A | Specify a client certificate in this environment variable or provide a file path using RI_REDIS_TLS_CERT_PATH*. |
| RI_REDIS_TLS_CERT_PATH* | Path to the Client certificate file. | N/A | |
| RI_REDIS_TLS_KEY_BASE64* | Private key for the client certificate in base64 format. | N/A | Indicate a private key in this environment variable or use another variable to get it from a file. |
| RI_REDIS_TLS_KEY_PATH* | Path to private key file. | N/A |
Redis Insight also allows you to preconfigure database connections using a JSON file.
NOTES
id field in the JSON file should include unique identifiers to avoid conflicts for database connections.以下是 redis/redisinsight 相关的常用 Docker 镜像,适用于 不同场景 等不同场景:
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。


探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务