Skip to content

Instantly share code, notes, and snippets.

@marcelaraujo
Created September 30, 2016 19:37
Show Gist options
  • Select an option

  • Save marcelaraujo/573b623353839a645dd0eebe2db8cf8c to your computer and use it in GitHub Desktop.

Select an option

Save marcelaraujo/573b623353839a645dd0eebe2db8cf8c to your computer and use it in GitHub Desktop.
redis
<?php
$redis = new Redis();
$redis->connect( ‘localhost’, 6379 );
print_r($redis->info());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment