jumkey / a-redis

A Simple IntelliJ-based Redis Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A-Redis

A Simple IntelliJ-based Redis Plugin

基于IntelliJ的Redis插件 / IDEA Redis插件

IntelliJ IDEs Plugin Marketplace

Function

1. Redis connection management

  • add
  • batch delete
  • reload
  • edit
  • duplicate
  • console (The 'RESTORE' command and blocking commands such as 'SUBSCRIBE' are not supported)
  • 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 DBs dbs Keys keys Add a key add-a-key Value display value-display Add a row add-row Console console

star

About

A Simple IntelliJ-based Redis Plugin

License:MIT License


Languages

Language:Java 100.0%