nardev/laravel-5.1-phpredis

Use phpredis as the redis connection in Laravel 5.1
790
Install
composer require nardev/laravel-5.1-phpredis
License:Apache
Last Updated:Jun 29, 2015
Links: GitHub  ·  Packagist
Maintainer: nardev

PhpRedis Connector for Laravel 5.1

placement for the RedisServiceProvider that comes with Laravel.

Requirements

  • PHP 5.3+
  • Laravel 5.1

Installation

THIS IS: laravel-5.1-phpredis Same package as vetruvet/laravel-phpredis but with small fix for Laravel 5.1

Should Also Add:

'providers' => [ ... Nardev\PhpRedis\PhpRedisServiceProvider::class, ... ]

comment default "Illuminate\Redis\RedisServiceProvider::class" and add the alias

'aliases' => [ ... 'PHPRedis' => 'Illuminate\Support\Facades\Redis', ... ]

Related Packages

ifeltsweet/laravel-redis

Adds support for PhpRedis to Laravel and Lumen 4.x/5.x

7 0
longman/laravel-lodash

Add more functional to Laravel >=5.5

99,996 97
kingnet/laravel-phpredis

Use phpredis as the redis connection in Laravel

352 2
vetruvet/laravel-phpredis

Use phpredis as the redis connection in Laravel

129,380 43
vemcogroup/laravel-redis

Enhancements to redis driver, such as enabling a serializer and/or compression

11,947 2