write in front
For back-end development, Redis is often encountered in daily work. However, the command line is often used to operate redis, which is relatively inefficient. A good client can help you quickly analyze business .
Today, I will share with you an excellent Redis client on Mac with visual interface operation.
support
- Redis cluster connection
- Sentinel
- tree view
- custom font family
- Invisible key/value format
- SSH private key
- Chinese interface
It is a Redis database client with both appearance and performance!
Server information at a glance
After connecting to the server, you can see the main information of the entire server at a glance.
Mainly divided into five sections:
- server : currently used redis version, used os, process ID started by redis
- memory usage : used memory, memory usage peak, Lua memory usage
- Status : Current client connections, historical connections, and historical commands
- Key value statistics : The number of db libraries currently connected, the keys used, and how many keys will expire soon
- And the complete redis info command information collection , you can see: https://www.redis.com.cn/commands/info.html
There is a function of . Sometimes we need to monitor the information of server in real time. This button will become very useful. It can be seen that the developer's intentions.
Redis operation is more friendly and convenient
For various types of data of redis, is quite friendly to view and edit . It can also be edited directly. Here I take a screenshot of hash type data.
For data, we often serialize into json format. For the json format, the display is also friendly .
For data search, here based on MATCH command , and at the same time, for data display displays according to the custom separator.
other details
All operation logs of the redis client can be seen. For, using redis is also helpful.
Of course, you can still use redis commands directly to operate.
At the same time, color-coding of each connection is supported. In this way, the individual connections can be better distinguished by color.
The software supports the switching of dark and light mode, and supports the export of connection configuration
write at the end
All the black technologies are open sourced simultaneously on github and gitee. Interested partners can click star.
Pay attention to the official account ( Xiao Yi coding ), and follow-up update notices will be more timely.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。