Skip to content

Instantly share code, notes, and snippets.

@ojhaujjwal
Created October 11, 2017 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ojhaujjwal/d633a7864beeca0db9fedd95c56bde03 to your computer and use it in GitHub Desktop.
Save ojhaujjwal/d633a7864beeca0db9fedd95c56bde03 to your computer and use it in GitHub Desktop.
<?php
use Bernard\Driver\PredisDriver;
use Predis\Client;
$predis = new Client('tcp://localhost', array(
'prefix' => 'bernard:',
));
$driver = new PredisDriver($predis);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment