Skip to content

Commit

Permalink
Update Redis.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Nov 25, 2016
1 parent 7853c90 commit bd0cf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct($options)
}

if (0 != $this->options['select']) {
$this->handler->select($this->options['select']);
$this->redis->select($this->options['select']);
}
}

Expand Down

0 comments on commit bd0cf0f

Please sign in to comment.