Skip to content

Instantly share code, notes, and snippets.

View NimaGhaedsharafi's full-sized avatar

Nima Ghaedsharafi NimaGhaedsharafi

View GitHub Profile
@alibo
alibo / AppServiceProvider.php
Created November 23, 2016 17:58
Using Redis Cluster with Normal Redis instances in Laravel
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Redis\Database;
class AppServiceProvider extends ServiceProvider
{
/**
* Bootstrap any application services.