Skip to content

Commit

Permalink
Fix "service" option error for RedisStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Dec 11, 2019
1 parent 83e42fe commit a9b278f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Storage/RedisStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public function __construct(array $options = [])
case 'hostname':
case 'password':
case 'keyPrefix':
case 'service':
$this->$key = (string)$value;
break;
case 'sentinels':
Expand Down

0 comments on commit a9b278f

Please sign in to comment.