Giter VIP home page Giter VIP logo

redisdesktopmanager's Introduction

Release CircleCI

logo Redis Insight - Developer GUI for Redis, by Redis.

Forum Discord

Redis Insight is a visual tool that provides capabilities to design, develop, and optimize your Redis application. Query, analyse and interact with your Redis data. Download it here!

Redis Insight Browser screenshot

Built with love using Electron, Monaco Editor and NodeJS.

Overview

Redis Insight is an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data—with built-in support for Redis modules.

Redis Insight Highlights:

  • Browse, filter, visualise your key-value Redis data structures and see key values in different formats (including JSON, Hex, ASCII, etc.)
  • CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams
  • CRUD support for RedisJSON
  • Interactive tutorials to learn easily, among other things, how to leverage the native JSON data structure supporting structured querying and full-text search, including vector similarity search for your AI use cases
  • Contextualised recommendations to optimize performance and memory usage. The list of recommendations gets updated as you interact with your database
  • Profiler - analyze every command sent to Redis in real-time
  • SlowLog - analyze slow operations in Redis instances based on the Slowlog command
  • Pub/Sub - support for Redis pub/sub, enabling subscription to channels and posting messages to channels
  • Bulk actions - Delete the keys in bulk based on the filters set in Browser or Tree view
  • Workbench - advanced command line interface with intelligent command auto-complete, complex data visualizations and support for the raw mode
  • Command auto-complete support for RediSearch, RedisJSON, RedisTimeSeries
  • Visualizations of your RediSearch index, queries, and aggregations. Ability to build your own data visualization plugins
  • Officially supported for Redis OSS, Redis Cloud. Works with Microsoft Azure Cache for Redis (official support upcoming)

Check out the release notes.

Get started with Redis Insight

This repository includes the code for Redis Insight. Check out the blogpost announcing it.

Installable

Available to download for free from here. Redis Insight is also available on Microsoft Store, Apple Store, Snapcraft, Flathub and Docker.

Build

Alternatively you can also build from source. See our wiki for instructions.

How to debug

If you have any issues occurring in Redis Insight, you can follow the steps below to get more information about the errors and find their root cause.

Feedback

Redis Insight Plugins

With Redis Insight you can now also extend the core functionality by building your own data visualizations. See our wiki for more information.

Contributing

If you would like to contribute to the code base or fix and issue, please consult the wiki.

Telemetry

Redis Insight includes an opt-in telemetry system, that is leveraged to help improve the developer experience (DX) within the app. We value your privacy, so stay assured, that all the data collected is anonymised.

License

Redis Insight is licensed under SSPL license.

redisdesktopmanager's People

Contributors

banakito avatar beaver383 avatar bocharsky-bw avatar dmagliola avatar doggy8088 avatar fidelisrafael avatar frozendroid avatar hayashida-katsutoshi avatar hill-98 avatar huangwei1024 avatar iworker avatar jeromesth avatar jerry-shaw avatar jfcherng avatar jmarcher avatar kice avatar lamby avatar maxwellb avatar mrnom avatar olgalupuleac avatar poychang avatar rwing avatar spannerman79 avatar swills avatar thesimj avatar tjone270 avatar turingzhu avatar u-siro avatar uglide avatar wildcatgerry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

redisdesktopmanager's Issues

Problem with deb package version 0.3.1 Beta Release

When tryied launching rdm after install this message showed up:

$ /usr/share/redis-desktop-manager/bin/rdm
/usr/share/redis-desktop-manager/bin/rdm: error while loading shared libraries: libssh2.so.1: cannot open shared object file: No such file or directory

RDM has stopped working

При попытки просмотра занчений ключа RDM перестал работать
вот описание проблемы

Problem signature:
Problem Event Name: APPCRASH
Application Name: redis-desktop-manager.exe
Application Version: 0.0.0.0
Application Timestamp: 525271d9
Fault Module Name: MSVCR110.dll
Fault Module Version: 11.0.51106.1
Fault Module Timestamp: 5098858e
Exception Code: c0000005
Exception Offset: 0000e33d
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1049
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt

Изменение размеров окна с деревом

Хотелось бы иметь возможность менять ширину окна с деревом баз и ключей, а также иметь возможность видеть концовки длинных ключей, не вмещающихся в окошко (скролл или тултипчик, например).

имя (номер) базы

Хотелось бы иметь перед глазами номер базы, в которой в данный момент ковыряемся. А в идеале - ее имя(алиас), которое можно было б как-то задавать у себя локально. Да и хост тоже чтоб был перед глазами, чтоб снизить вероятность "окошком ошибся". Возможно даже ввести цветовое маркирование хостов (при настройке коннекта задать цвет и этим цветом например будут табочки с данными..).

Fix tab navigation order in connection creation form

Currently when you open connection creation form "OK" button is selected.

Arguably it would be more suitable to select host name by default.

Then If you press tab several time the order would be:

OK -> Cancel -> Connection Settings -> Port -> Auth -> Host -> Name.

I don't know why it is set that way, but it can be changed to:

Name -> Host -> Port -> Auth -> OK -> Cancel.

In SSH Tunnel tab order is almost preserved from top to bottom except port input.

And one more issue. When selecting input fields with tabs OK button on both tabs is shows as selected but pressing enter doesn't work in this situation (do not close tab)

сортировка баз

предлагаю сделать нормальную сортировку баз, чтоб база 10 шла после после базы 9, а не после базы 1

Disconnect

Добавить опцию закрытия коннекта c редисом

Коннект к DB

Было бы хорошо выводить состояние подключения (типу коннекчусь ждите) и сообщение при установлении коннекта (либо проблеме при коннекте).

Menu Help

Добавить help для пользователей с описанием подключения к БД

Different type icons

It would be useful to know type of the key from it's icon and also to have a legend with explained icons somewhere.

Localhost: (error: Unknown Error) on connect

Localhost: (error: Unknown Error) on connect.
But, if i trying to view server info or connect to console - everything works ok.

Version: 0.5.0
Ubuntu 12.04 x64 3.2.0-32-generic
Redis server version 2.2.12

More options in list and sorted set views

These datatypes support partial view and it can be helpful for viewing keys with large amount of data.

In sorted sets changing of sort order and filter by score also could be helpful in some situations.

фильтр по ключам

Хотелось бы иметь фильтр по ключам. Бо найти искомый ключ среди тысяч - проблемотично. Было б круто, если б фильтр поддерживал регулярки. Ну или хотяб возможность выбирать показывать или прятать результаты удовлетворяющие фильтру. Это здорово поможет находить данные, несоответствующие принятому в базе формату.

повторное открытие табки

При клике на ключе открывается новая табка со значениями ключа. Открывается при каждом клике на тот же ключ новая табка. Может при посещении ключа, для которого уже открыта табка - передавать табке фокус, а не создавать новую? Возможно при этом стоит апдейтить значения.

Add namespace sorting in database view

Current order of showing keys in database view looks random at the moment (I probably don't see sorting factor but it doesn't matter).

It would be useful to have ability to sort keys and namespaces in database view in some way. I think natural sort order would be the most useful, but there are other possibilities.

Loader для запуска консоли

При запуске консоли не понятно что происходит и RDM наверное нужно добавить лоадер
version 0.4.2
windows 7 x64

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.