shahbazi/redis-manager

dev-master 2025-02-13 17:49 UTC

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