Convert Figma logo to code with AI

redis logoRedisInsight

Redis GUI by Redis

7,594
405
7,594
106

Quick Overview

RedisInsight is a powerful GUI tool for Redis, providing developers and administrators with a comprehensive interface to manage, monitor, and analyze Redis databases. It offers features like real-time monitoring, data visualization, and advanced querying capabilities, making it easier to work with Redis in both development and production environments.

Pros

  • User-friendly interface for managing Redis databases
  • Supports multiple Redis deployment types (standalone, cluster, sentinel)
  • Provides real-time monitoring and performance analysis tools
  • Offers advanced querying and data visualization capabilities

Cons

  • Requires installation and setup, which may be cumbersome for some users
  • Limited customization options compared to command-line tools
  • May have a learning curve for users new to Redis or GUI tools
  • Some advanced Redis features may not be fully supported

Getting Started

To get started with RedisInsight:

  1. Download the appropriate version for your operating system from the RedisInsight releases page.
  2. Install the application following the instructions for your OS.
  3. Launch RedisInsight and click on "Add Redis Database" to connect to your Redis instance.
  4. Enter the connection details (host, port, password if applicable) and click "Add Redis Database."
  5. Once connected, you can start exploring your Redis data, running queries, and monitoring performance through the intuitive interface.

Note: RedisInsight is a GUI tool, not a code library, so there are no code examples to provide. The interaction with Redis is done through the graphical interface.

Convert Figma logo designs to code with AI

Visual Copilot

Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.

Try Visual Copilot

README

Release

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 JSON data structure
  • 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 search and query capability, JSON and time series data structures
  • Visualizations of your search and query indexes and results.
  • Ability to build your own data visualization plugins
  • Officially supported for Redis OSS, Redis Cloud. Works with Microsoft Azure Cache for Redis

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

Redis Insight is available as a free download redis.io. You can also find it on the Microsoft Store, Apple App Store, Snapcraft, Flathub, and as a Docker image.

Additionally, you can use Redis for VS Code, our official Visual Studio Code extension.

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.

Redis Insight API (only for Docker)

If you are running Redis Insight from Docker, you can access the API from http://localhost:5540/api/docs.

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.

API documentation

If you're using a Docker image of Redis Insight, open this URL to view the list of APIs: http://localhost:5530/api/docs

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.