shahbazi / redis-manager
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
This package is auto-updated.
Last update: 2025-06-13 18:29:20 UTC
README
A simple Laravel package to manage Redis key-value pairs. This package allows you to display key values, their types, and expiry times in a data table, with functionality to delete keys as needed.
Features
- View Redis keys and their associated values.
- Display key types and expiry times.
- Delete keys directly from the interface.
Installation
You can install the package via Composer. Run the following command in your terminal:
composer require shahbazi/redis-manager