Skip to content

gabrielmoura/laravel-pennant-redis

Repository files navigation

Latest Stable Version License

Introduction

A Redis Driver for the Laravel Pennant.

Now compatible with Laravel 11 and igbinary.

Compatibility

  • Laravel 10
  • Laravel 11
  • IgBinary

Objective

Considering the necessity of employing storage other than arrays or databases, I took the liberty of crafting a driver to provide native support for Redis.

The advantage lies in not being confined to a single Laravel instance or the database, which already contends with its challenges of overload.

This minor alteration is a replica of the database driver, with adaptations for writing and reading Hash in Redis.

Installation

composer require gabrielmoura/laravel-pennant-redis
/* config/pennant.php */

   'stores' => [
      'redis' => [
            'driver' => 'redis',
            'connection' => 'default',
        ],

    ],

About

A Redis Driver for Laravel Pennant

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages