mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
Load Redisent from the correct location
This commit is contained in:
parent
5ce4b9c954
commit
c80b1048d8
@ -7,7 +7,7 @@
|
||||
* @package Redisent
|
||||
*/
|
||||
|
||||
require 'redisent.php';
|
||||
require dirname(__FILE__) . '/Redisent.php';
|
||||
|
||||
/**
|
||||
* A generalized Redisent interface for a cluster of Redis servers
|
||||
|
Loading…
Reference in New Issue
Block a user