mmeyer2k / redistree by mmeyer2k

A clean Redis web interface for Laravel 5
193,244
9
3
Package Data
Maintainer Username: mmeyer2k
Package Create Date: 2016-02-23
Package Last Update: 2024-01-23
Home Page:
Language: Blade
License: MIT
Last Refreshed: 2024-04-26 03:00:49
Package Statistics
Total Downloads: 193,244
Monthly Downloads: 7,679
Daily Downloads: 592
Total Stars: 9
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

:deciduous_tree:RedisTree

RedisTree is a Laravel 5 package that provides an elegant web interface for Redis. It helps you monitor your server statistics and explore your Redis key/value pairs hierarchically.

Screenshots

Install

Add to Composer

composer require "mmeyer2k/redistree:dev-master"

Add Service Provider

Add the following line into the 'providers' array in config/app.php

'Mmeyer2k\RedisTree\RedisTreeServiceProvider',

Add Routes

To allow for full customization of the URL and security mechanisms employed, routing to the RedisTree controller is left to the developer. To serve the GUI from /redistree without any kind of security, add the following stub to your routes.php file

\Mmeyer2k\RedisTree\RedisTreeModel::registerRoutes();

Features

  1. Ability to choose what characters represent keyspace separators.
  2. Toggleable prompting before destructive actions.
  3. Simple integration with existing Laravel 5 applications.
  4. Elegant and intuitive interface.