> 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/programmnoe-obespechenie/rabochie-stancii-windows/po-dlya-razrabotki-v-bd/redis-desktop-manager.md).

# Redis Desktop Manager

## Ссылки

Redis Desktop Manager Documentation: [docs.rdm.dev](https://docs.rdm.dev/en/2019/)

qishibo / AnotherRedisDesktopManager: [github.com](https://github.com/qishibo/AnotherRedisDesktopManager/releases)

Управление Redis с помощью Redis Desktop Manager — Redis GUI: [ru.linux-console.net](https://ru.linux-console.net/?p=20298)

## Описание

#### Основные возможности

* Визуализация ключей в виде дерева.
* Операции CRUD (создание, чтение, обновление, удаление) для ключей.
* Встроенный CLI (командная строка) для выполнения Redis‑команд.
* Поддержка SSL/TLS‑шифрования и SSH‑туннелирования.
* Работа с облачными экземплярами Redis:
  * Amazon ElastiCache;
  * Microsoft Azure Redis Cache;
  * Redis Labs.
* Управление всеми структурами данных Redis (строки, списки, множества, хэши, сортированные множества, потоки и др.).
* Анализ slowlog (журнала медленных команд).
* Управление кластерами Redis.

#### Преимущества

* Удобный и интуитивно понятный интерфейс.
* Широкий набор функций для работы с Redis.
* Кросс‑платформенность.
* Регулярные обновления и поддержка сообщества.
* Наглядные инструменты визуализации данных.

#### Недостатки

* Для доступа к расширенным функциям требуется платная подписка.
* Может потреблять значительные ресурсы на слабых устройствах.

#### Варианты лицензирования

* Базовая версия — бесплатно.
* Pro‑версия — от $19 в месяц.

#### Как начать работу

1. Скачайте установочный файл с официального сайта или репозитория.
2. Установите приложение на свой компьютер.
3. Создайте подключение к Redis‑серверу, указав:
   * хост и порт;
   * пароль (если требуется);
   * параметры SSL/TLS или SSH (при необходимости).
4. После подключения вы сможете просматривать ключи, редактировать значения и выполнять команды через встроенный CLI.

#### Где получить помощь

* Официальная документация Redis Desktop Manager.
* Чат в Telegram (ссылка есть на сайте проекта).
* GitHub‑репозиторий проекта (для сообщений об ошибках и предложений).

<figure><img src="/files/8cq2YnEnxYKW0jlkdnln" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ZCJ130bsMt8qXtMGwmL0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/JVh7pZPCoZtIanJr9weJ" alt=""><figcaption></figcaption></figure>

## Установка

Дистрибутив тут: O:\Дистрибутивы\AnotherRedisDesktopManager

И [тут](https://github.com/qishibo/AnotherRedisDesktopManager/releases)


---

# 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/programmnoe-obespechenie/rabochie-stancii-windows/po-dlya-razrabotki-v-bd/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.
