PHPackages                             pawell67/laravel-redis-console - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pawell67/laravel-redis-console

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pawell67/laravel-redis-console
==============================

A beautiful web-based Redis Console for Laravel. Browse keys, run commands, and monitor your Redis instance.

011PHPCI passing

Since Feb 18Pushed 3mo agoCompare

[ Source](https://github.com/pawell67/laravel-redis-console)[ Packagist](https://packagist.org/packages/pawell67/laravel-redis-console)[ RSS](/packages/pawell67-laravel-redis-console/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Redis Console
=====================

[](#laravel-redis-console)

A beautiful web-based Redis Console for Laravel. Browse keys, run commands, and monitor your Redis instance — right from your browser.

[![Redis Console](https://camo.githubusercontent.com/934c60d4b198c50fe53587c7ef11138695a83b6f668b40ef8f995dab4ac7b805/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d3130253230253743253230313125323025374325323031322d726564)](https://camo.githubusercontent.com/934c60d4b198c50fe53587c7ef11138695a83b6f668b40ef8f995dab4ac7b805/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d3130253230253743253230313125323025374325323031322d726564) [![PHP](https://camo.githubusercontent.com/edd3dc0d6750f3779354a38e7c68c0a66041d8fceec52639d1080235cf40f73e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e332b2d626c7565)](https://camo.githubusercontent.com/edd3dc0d6750f3779354a38e7c68c0a66041d8fceec52639d1080235cf40f73e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e332b2d626c7565)

Features
--------

[](#features)

- 🖥️ **CLI Interface** – Run any Redis command from a terminal-like UI
- 🔑 **Key Browser** – Browse keys with SCAN, see types and TTLs
- 📊 **Server Info** – View Redis version, memory, clients, hit rate, and more
- 🕐 **Command History** – Arrow keys navigate history, persisted in localStorage
- ⚠️ **Safety** – Dangerous commands require confirmation, some are blocked entirely
- 🔒 **Read-Only Mode** – Block all write commands for safe production use
- 🔌 **Multi-connection** – Switch between Redis connections from the UI
- 🎨 **Beautiful Dark UI** – Premium dark theme with JetBrains Mono font
- ⚙️ **Configurable** – Custom path, middleware, blocked commands

Installation
------------

[](#installation)

```
composer require pawell67/laravel-redis-console
```

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

[](#configuration)

Publish the config file:

```
php artisan vendor:publish --tag=redis-console-config
```

### Config Options

[](#config-options)

OptionDefaultDescription`path``redis-console`URL path for the console`middleware``['web']`Route middleware`connection``default`Default Redis connection`max_db``15`Max DB index in selector`read_only``false`Block all write commands`dangerous_commands``[FLUSHDB, ...]`Commands that show a warning`blocked_commands``[SHUTDOWN, DEBUG]`Commands that are blocked### Environment Variables

[](#environment-variables)

```
REDIS_CONSOLE_PATH=redis-console
REDIS_CONSOLE_MIDDLEWARE=web
REDIS_CONSOLE_CONNECTION=default
REDIS_CONSOLE_MAX_DB=15
REDIS_CONSOLE_READ_ONLY=false
```

Usage
-----

[](#usage)

Navigate to `http://your-app.test/redis-console` and start running commands.

### Securing in Production

[](#securing-in-production)

Add authentication middleware in your config:

```
'middleware' => ['web', 'auth'],
```

Or enable read-only mode to prevent any data modifications:

```
REDIS_CONSOLE_READ_ONLY=true
```

License
-------

[](#license)

MIT

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance55

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ccf0b3f23cd9f1bc6cc1d7a25605b28900aaaa7a6722b54f1d49d6224a4855d?d=identicon)[pawell67](/maintainers/pawell67)

---

Top Contributors

[![pawell67](https://avatars.githubusercontent.com/u/20501059?v=4)](https://github.com/pawell67 "pawell67 (12 commits)")

### Embed Badge

![Health badge](/badges/pawell67-laravel-redis-console/health.svg)

```
[![Health](https://phpackages.com/badges/pawell67-laravel-redis-console/health.svg)](https://phpackages.com/packages/pawell67-laravel-redis-console)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
