About RedisInsight

RedisInsight allows you to Inspect your Redis data, monitor health, and perform runtime server configuration with a browser-based management interface for your Redis deployment.

For more info, please visit --> https://redislabs.com/redisinsight/

1 Like

I didn’t know that RedisInsight was available. Thanks for the update and link to check it out!

1 Like

The RedisInsight documentation is very interesting, the memory analysis is super practical since you can analyze the memory usage without affecting the performance of Redis, you must follow the instructions to reduce the memory usage.

I’ll take a closer look at memory optimization and all its features in the documentation.

The benefits of RedisInsight are very complete, you can manage and analyze the clusters, you can also outline the way in which our application is going to use redis by means of following the access keys, on the other hand you analyze and optimize the memory used by Redis , performing CRUD operations using a CLI on the web is not a problem.

the interface provided by Redis is seen to have been very effective for Redis customers, cross-platform management displays user graphs that actually sounds innovative … with Redis managing data is no longer a problem for customers who want quality of service.

Something very interesting that I read is that before starting work and using the database tools, you have to add the database first so that Redis insight can connect to it.

this has certain specific steps like:

-Standalone Redis
-Redis cluster
-Redis Sentinel
-Redis with TLS authentication
-Elasticache

In redisinsight you can reduce memory use and in turn improve the performance of the application this is very interesting, in addition to this the configuration allows you to update the Redis configuration, most of the configurations can be done without restarting the server.

1 Like

The fact that you can manage and update most of the configurations without restarting the server is hugely beneficial.

How to add a separate Redis database:

When you open RedisInsight, click Add Redis Database.

Select Add Database.

Enter the details for your database:
Name
host
port
Username
password
TLS (if the database uses it with clients)

after adding all these steps we click on add Redis database to add this database to RedisInsight.

Redis has a memory analysis that does not have any type of impact on the performance of the service, all this through key patterns, advanced search and expiration of keys to analyze memory leaks, if all these recommendations are taken into account, it will be possible to reduce memory usage.

in addition to this you can trace commands, identify main keys according to each module and patterns, you can also filter by IP address, key or client command on all nodes.

Firstly, before working with the database and using its tools, we would have to add databases so that Redis Insight can connect to said database.

Each database has different specific configurations which are essential to add to Redis Insight.

Redis Insight allows us to automatically add Redis Enterprise software and Cloud database these must be in a Pro subscription.