All Projects β†’ mmeyer2k β†’ Redistree

mmeyer2k / Redistree

Licence: mit
🌳 A clean Redis web interface for Laravel 5

Labels

🌳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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].