Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#6237 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed May 7, 2014
6 parents 1cd130f + 2f4d84a + c5055d9 + b5302e2 + 9969a8b + 49e1f68 commit e24be06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Storage/Adapter/RedisResourceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ public function setResource($id, $resource)
//there are two ways of determining if redis is already initialized
//with connect function:
//1) pinging server
//2) checking undocummented property socket which is available only
//after successfull connect
//2) checking undocumented property socket which is available only
//after successful connect
$resource = array_merge($defaults, array(
'resource' => $resource,
'initialized' => isset($resource->socket),
Expand Down

0 comments on commit e24be06

Please # to comment.