> For the complete documentation index, see [llms.txt](https://utm-1.gitbook.io/utm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/subd/redis/rabota-s-redis/another-redis-desktop-manager.md).

# Another Redis Desktop Manager

## Описание

### Функции

* **Поддержка режимов Redis**: standalone, Sentinel, Cluster. Для безопасного доступа используются SSH-туннели и сертификаты SSL.
* **Просмотр ключей в виде дерева** с встроенными редакторами для строк, хэшей, списков, наборов, отсортированных наборов и потоков.
* **Встроенная консоль** для выполнения команд Redis и просмотра результатов в контексте.
* **Настраиваемое форматирование** — можно применять пользовательские скрипты для форматирования значений для конкретных типов данных.
* **Темный режим и несколько вкладок** — возможность работать в нескольких сессиях одновременно и переключаться на тёмную тему для малосветлых сред.
* **Инструменты для мониторинга и анализа производительности Redis** — например, slow log для выявления медленных команд Redis, анализ памяти.
* **Интеграция с командной строкой** — ARDM можно запускать с параметрами подключения, что позволяет быстро получать доступ к конкретным экземплярам Redis.&#x20;

## Установка

Описана [тут](/utm-docs/dokumentaciya/utm-it/programmnoe-obespechenie/rabochie-stancii-windows/po-dlya-razrabotki-v-bd/redis-desktop-manager.md)

## Использование

Another Redis Desktop Manager запускается как приложение Windows.

Для доступа к серверам Redis необходимо знать:

* DNS или IP адрес сервера Redis
* Порт для доступа к серверу Redis
* Логин для доступа к серверу Redis
* Пароль для доступа к серверу Redis
* Номер базы данных Redis


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/subd/redis/rabota-s-redis/another-redis-desktop-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
