Skip to content

Commit

Permalink
Merge pull request #67 from rgs/master
Browse files Browse the repository at this point in the history
Two very minor patches
  • Loading branch information
dams committed Jan 12, 2014
2 parents 46c7e71 + efcdca7 commit 47ab55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Redis.pm
Expand Up @@ -645,7 +645,7 @@ sub __read_response {
return $self->__read_response_r($cmd, $collect_errors) unless $self->{debug};

my ($result, $error) = $self->__read_response_r($cmd, $collect_errors);
warn "[RECV] $cmd ", Dumper($result, $error) if $self->{debug};
warn "[RECV] $cmd ", Dumper($result, $error);
return $result, $error;
}

Expand Down Expand Up @@ -1469,7 +1469,7 @@ tells you the pattern that matched.
=back
See the L<Pub/Sub notes|http://redis.io/topics/pubsub> for more information
See the L<Pub-Sub notes|http://redis.io/topics/pubsub> for more information
about the messages you will receive on your callbacks after each L</subscribe>,
L</unsubscribe>, L</psubscribe> and L</punsubscribe>.
Expand Down

0 comments on commit 47ab55f

Please sign in to comment.