An open API service indexing awesome lists of open source software.

https://github.com/eltonsandre/intellij-redis


https://github.com/eltonsandre/intellij-redis

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

![Version](https://img.shields.io/jetbrains/plugin/v/19360-redis-client)
![Downloads](https://img.shields.io/jetbrains/plugin/d/19360-redis-client)
![Rating](https://img.shields.io/jetbrains/plugin/r/rating/19360-redis-client)

![redis](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/pluginIcon.svg)
# Intellij Redis client plugin
> [IntelliJ IDEs Plugin Marketplace](https://plugins.jetbrains.com/plugin/19360-redis-client)

Redis client connection management and data manipulation for IntelliJ IDEs.
An advanced GUI client for Redis, Support Standalone, Sentinel, Cluster & SSH, Support redis-cli, command wrap, almost all commands are supported,
You'll like it.

### Features:
#### Connections management
- Support Standalone, Sentinel, Cluster, Elasticache Redis
- SSL/TLS & SSH
- Credential Manager
- Readonly protected mode
- Global connection settings and local connection settings

#### DB manager
- Filtering and grouping of keys
- Adding, modifying and deleting keys and value
- Support String, List, Set, ZSet, Stream and Hash
- Key parse Plain text, JSON, html, XML data formats
- Seach and Pagination to values key
- Batch delete(Flush DB)
#### Support redis CLI & command wrap
#### Information and statistical values about the Redis server

---
### Add new a connection
![Add new a connection](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/new-connection.gif)
![Add new a connection](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/all-connection.gif)

### Cluster connection

---
![new cluster connection](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/new-connection-global.gif)

### Sentinel connection

---
![new sentinel connection](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/readonly-new-sentinel.gif)

### DB view

---
![DB view](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/db-view.gif)

### Keys management

---
![Keys management](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/key-manager.gif)

### Flush DB

---
![Flush DB](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/flush-db.gif)

### Redis Command/Console

---
![Redis Command/Console](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/redis-command.gif)

### Redis Information

---
![Redis Information](https://raw.githubusercontent.com/eltonsandre/intellij-redis/main/gif/redis-info.gif)