PHPackages                             mengino/redis-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. mengino/redis-manager

ActiveLibrary[Caching](/categories/caching)

mengino/redis-manager
=====================

Redis manager for laravel

v0.2.0(3y ago)09MITVuePHP &gt;=7.4.0

Since Dec 17Pushed 3y agoCompare

[ Source](https://github.com/mengino/redis-manager)[ Packagist](https://packagist.org/packages/mengino/redis-manager)[ Docs](https://github.com/mengino/redis-manager)[ RSS](/packages/mengino-redis-manager/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (5)Versions (5)Used By (0)

[![redis-manager](https://camo.githubusercontent.com/84a3e4d9fbb64fdee81a806c360b489d6644ba5a9d40275540155286ceb6706e/68747470733a2f2f7a736f6e672e6d652f76656e646f722f72656469732d6d616e616765722f696d672f6c6f676f2e737667)](https://camo.githubusercontent.com/84a3e4d9fbb64fdee81a806c360b489d6644ba5a9d40275540155286ceb6706e/68747470733a2f2f7a736f6e672e6d652f76656e646f722f72656469732d6d616e616765722f696d672f6c6f676f2e737667)

 [ ![StyleCI](https://camo.githubusercontent.com/c44c6c221f1af5ba071f4f8f9f3d2fd29822010d6159b0ae6adf8d00c04501d6/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131343038353133322f736869656c64) ](https://styleci.io/repos/114085132) [ ![Packagist](https://camo.githubusercontent.com/ad1c52e8061c80e61f7d9353ac9df424a3aae01ba16a73281be0bcde6ee1bb74/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f656e636f72652f72656469732d6d616e616765722e7376673f6d61784167653d3235393230303026267374796c653d666c61742d737175617265) ](https://packagist.org/packages/encore/redis-manager) [ ![Total Downloads](https://camo.githubusercontent.com/a13fbcf0eb2c9a0cd5531689025d8e7245cb1317439cc6cf728db4aaaec817ed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656e636f72652f72656469732d6d616e616765722e7376673f7374796c653d666c61742d737175617265) ](https://packagist.org/packages/encore/redis-manager)

`Redis-manager` gives your laravel application a redis web administration interface that allows you to easily manipulate the most commonly used data types for redis (strings, hashes, lists, sets, sorted sets).

It also provides a web-style command-line tool that works like redis-cli that can run most of the redis commands.

`Redis-manager` allows you to easily monitor several redis system status, including memory usage, cpu usage, and the throughput of each command.

Here is the living [demo](https://zsong.me/redis-manager/)

> redis-manager reads laravel's redis configuration located in the `config/database.php`

Installation
============

[](#installation)

You may use Composer to install Redis-manager into your Laravel project:

```
composer require encore/redis-manager
```

After installing `redis-manager`, publish its assets using the vendor:publish Artisan command:

```
php artisan vendor:publish --provider="Encore\RedisManager\RedisManagerServiceProvider"
```

After installation, open `http://your-server/redis-manager` to access `redis-manager`.

Configuration
-------------

[](#configuration)

The config file was published at `config/redis-manager.php`, and the default contents of the configuration:

```
