Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Mar 3, 2016
2 parents c4c12eb + 2c88c10 commit 663ccce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ServerManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ public function __construct( ProvidesConnectionData $connectionData )
{
$this->redis = new \Redis();
$this->connectToServer( $connectionData );

$this->redis->select( 1 );
for ( $i = 0; $i < 100; $i++ )
{
$this->redis->hSet( 'HashTestKey', 'key' . $i, 'This is a hash test' );
}
}

/**
Expand Down

0 comments on commit 663ccce

Please sign in to comment.