forked from resque/php-resque
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ef8c46
commit 2ad6474
Showing
3 changed files
with
4 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
/** | ||
* Wrap Credis to add namespace support and various helper methods. | ||
* Wrap {@see Redis} to add namespace support and various helper methods. | ||
* | ||
* @package Resque/Redis | ||
* @author Chris Boulton <[email protected]> | ||
|
@@ -113,7 +113,7 @@ public static function prefix($namespace) | |
* @param string|array $server A DSN or array | ||
* @param int $database A database number to select. However, if we find a valid database number in the DSN the | ||
* DSN-supplied value will be used instead and this parameter is ignored. | ||
* @param null|\Redis|\RedisCluster $client Optional Credis_Cluster or Credis_Client instance instantiated by you | ||
* @param null|\Redis|\RedisCluster $client Optional {@see RedisCluster} or {@see Redis} instantiated by you | ||
*/ | ||
public function __construct($server, $database = null, $client = null) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters