Skip to content

Commit 2478ffd

Browse files
patricksindelkamvdkleijn
authored andcommitted
Added Redis-Commander
1 parent da03c0b commit 2478ffd

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

RedisCommander/RedisCommander.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\RedisCommander;
4+
5+
class RedisCommander extends \App\SupportedApps
6+
{
7+
}

RedisCommander/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "13498df125d8e37dad6072bbe856f081d001148f",
3+
"name": "Redis-Commander",
4+
"website": "https://joeferner.github.io/redis-commander/",
5+
"license": "MIT License",
6+
"description": "Redis-Commander is a node.js web application used to view, edit, and manage a Redis Database",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "rediscommander.png"
10+
}

RedisCommander/rediscommander.png

11.7 KB
Loading

0 commit comments

Comments
 (0)