nardev / laravel-5.1-phpredis by nardev

Use phpredis as the redis connection in Laravel 5.1
788
0
1
Package Data
Maintainer Username: nardev
Maintainer Contact: vedran@nardev.org (Vedran Alajbegovic)
Package Create Date: 2015-06-29
Package Last Update: 2015-06-29
Language: PHP
License: Apache
Last Refreshed: 2024-04-15 03:03:32
Package Statistics
Total Downloads: 788
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 4
Total Open Issues: 2

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', ... ]