Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

RedisView- open source cross-platform Redis visualization tool

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

There are many kinds of existing redis graphics chemical industry, but generally there are some shortcomings, such as large amount of data jamming, not supporting clusters, charging, not boasting platform, and so on. In order to have an excellent Redis graphics tool that can be controlled independently, RedisView is developed during business time. The functions are as follows:

1. Redis database view tool, which provides CURD view function.

2. Provide basic command operation

3. Support singleton, replication set, Sentinel and cluster mode

4. Support subscription and publication mode

5. Batch deletion operations are supported.

6. Support setting language, coding, and supporting Chinese

I. connection configuration

Open the software, click to create the following interface appears, enter the address port, there is a password to fill in the password, no password is empty. When replicating a set or cluster mode, fill in a node IP port address, and the software automatically obtains the cluster information. Connect to the cluster as follows, named MyCluster. Make sure the configuration is complete. Double-click the connection or click the connection to log in.

Second, use the view to add, delete and change the key value.

Just entered the following interface:

You need to click below to refresh or right-click the MyCluster tab pop-up menu to select the refresh key value. The initialization mode of the lower key is scan key mode. If you fill in a, the software will scan the key value of a. The default is *. After refreshing, there is only one key value. We can right-click the pop-up menu and select New key value to create it. In the new dialog box, you can choose the new key value type and fill in the corresponding value. TTL refers to the key timeout period. If you leave it empty, you will not set the timeout period. If it is a negative value, the key TTL does not set a timeout, which is permanent.

If you create a few new keys below and select the MyHash key, the view displays the relevant information. We can click on the table field to modify the value, and you need to right-click or click the submit button on the right to make it effective. Of course, the MyHash corresponding to Key can also be modified to rename the key value.

Select the left key value, you can modify and delete, as follows, we select the MyHash and MyZet keys, and then right-click to delete.

Third, use commands to operate

When the amount of data is in the hundreds of millions, using views may take up a lot of memory, or we can use command operations. As follows, start-> run the command and pop up the command view. You can enter the command and click Run or press F8 to execute it. It can be executed in cluster mode. Some commands in cluster mode are not supported, such as scan command. We can also select the corresponding IP instance and execute the command in this instance alone.

Subscribe to the publication

Click run-> subscribe to publish pop-up messages to send or receive messages. For example, fill in msg in channel mode, click subscribe, and choose to subscribe to msg mode channel. We fill in msg in the sending channel, enter the message and click send to send it to the msg channel. The msg mode you just subscribed to will receive the message hello world that we sent.

5. Other operations

The tool can also view connection information and display instance address information of the cluster. Click start-> link information.

For maintenance-> batch operations, you can delete in batches. Enter 1 in the following mode, and the mode separator is |, key mode *, that is, delete all keys, and click execute.

Language switching can be carried out in the software settings, which supports Chinese and English, and the restart will take effect after the switch. Can be set for encoding, the default GB18030.

VI. Stress testing

When a large amount of data is loaded, the following is 13407938. Version 1.6.2 will prompt you to circle and wait for the circle to be completed. Tens of millions of data will be stuttered, so it is recommended to match the key values instead of scanning them all.

7. Software address

The software is free to use and can be downloaded. The address can be searched at sourceforge or github as follows:

Sourceforge address: https://sourceforge.net/projects/redisview/

Github address: https://github.com/cc20110101/RedisView/releases

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report