Skip to content

Latest commit

 

History

History
96 lines (58 loc) · 4.22 KB

index-usingredisinsight.mdx

File metadata and controls

96 lines (58 loc) · 4.22 KB
id title sidebar_label slug authors
index-usingredisinsight
How to visualize JSON data using RedisInsight
RedisJSON using RedisInsight
/howtos/redisjson/using-redisinsight
ajeet

import Authors from '@theme/Authors';

RedisInsight provides built-in support for the RedisJSON, RediSearch, RedisGraph, Redis Streams, and RedisTimeSeries modules to make it even easier to query, visualize, and interactively manipulate search indexes, graphs, streams, and time-series data. Support for RedisJSON on Redis Cluster was introduced for the first time in RedisInsight v1.8.0. With RedisInsight, you can visualize and edit your JSON data flawlessly.

Below steps shows how to get started with RedisJSON using RedisInsight:

Step 1. Create a free Cloud account

Create your free Redis Enterprise Cloud account. Once you click on “Get Started”, you will receive an email with a link to activate your account and complete your signup process.

:::tip For a limited time, use TIGER200 to get $200 credits on Redis Enterprise Cloud and try all the advanced capabilities!

🎉 Click here to sign up

:::

Step 2. Create Your database

Choose your preferred cloud vendor. Select the region and then click "Let's start free" to create your free database automatically.

:::tip If you want to create a custom database with your preferred name and type of redis, click "Create a custom database" option shown in the image. :::

create database

Step 3. Verify the database details

You will be provided with Public endpoint URL and "Redis Stack" as the type of database with the list of modules that comes by default.

verify database

Step 4. Using RedisInsight

RedisInsight is a visual tool that lets you do both GUI- and CLI-based interactions with your Redis database, and so much more when developing your Redis based application. It is a fully-featured pure Desktop GUI client that provides capabilities to design, develop and optimize your Redis application. It works with any cloud provider as long as you run it on a host with network access to your cloud-based Redis server. It makes it easy to discover cloud databases and configure connection details with a single click. It allows you to automatically add Redis Enterprise Software and Redis Enterprise Cloud databases.

Follow this link to install RedisInsight v2 on your local system. Assuming that you already have RedisInsight v2 installed on your MacOS, you can browse through the Applications and click "RedisInsight-v2" to bring up the Redis Desktop GUI tool.

Step 5. Add Redis database

access redisinsight

Step 6. Enter Redis Enterprise Cloud details

Add the Redis Enterprise cloud database endpoint, port and password.

access redisinsight

Step 7. Verify the database under RedisInsight dashboard

database details

Step 8. Execute JSON queries

 JSON.SET employee_profile . '{ "employee":  { "name": "carol", "age": 40, "married": true } }'

My Image

Step 8. Accessing RedisInsight Browser Tool

Select "employee_profile" to display the JSON data

My Image

Step 9. Add a new key

My Image

Step 10. Expand the JSON field

My Image

References