# redis-plugin **Repository Path**: gerryhjs/redis-plugin ## Basic Information - **Project Name**: redis-plugin - **Description**: redis-plugin - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-30 - **Last Updated**: 2023-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A-Redis > A Simple IntelliJ-based Redis Plugin > > 基于IntelliJ的Redis插件 / IDEA Redis插件 > > [IntelliJ IDEs Plugin Marketplace](https://plugins.jetbrains.com/plugin/17595-redis-helper) ## Function ### 1. Redis connection management - add - batch delete - reload - edit - duplicate - console (The 'RESTORE' command and blocking commands such as 'SUBSCRIBE' are not supported) - info (Various information and statistical values about the Redis server) - close - view the number of keys in DB and DB ### 2. Key management - filter(paging) - group - reload - add(String, List, Set, ZSet, Hash) - batch delete - flush DB - quick search - rename - view type of the key ### 3. Value management - reload - delete(a row in List/Set/ZSet/Hash) - set TTL - edit/save(include Value/Field of Hash/Score of ZSet) - add(a row in List/Set/ZSet/Hash) - paging(List/Set/ZSet/Hash) - format value to json(not finished) ## Some Screenshots Add a connection ![new-connection](./img/new-connection.png) DBs ![dbs](./img/dbs.png) Keys ![keys](./img/keys.png) Add a key ![add-a-key](./img/add-a-key.png) Value display ![value-display](./img/value-display.png) Add a row ![add-row](./img/add-row.png) Console ![console](./img/console.png) Info ![Info](./img/info.png) ![star](./img/star.jpg)