mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
16 lines
481 B
Markdown
16 lines
481 B
Markdown
## Redis Commander
|
|
|
|
Redis web management tool written in node.js
|
|
|
|
## Features
|
|
|
|
Web-UI to display and edit data within multiple different Redis servers.
|
|
|
|
It has support for the following data types to view, add, update and delete data:
|
|
* Strings
|
|
* Lists
|
|
* Sets
|
|
* Sorted Set
|
|
* Streams (Basic support based on HFXBus project from https://github.com/exocet-engineering/hfx-bus, only view/add/delete data)
|
|
* ReJSON documents (Basic support, only for viewing values of ReJSON type keys)
|