Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. <?php
  2.  
  3. $redis = new Redis();
  4. $redis->connect( ‘localhost’, 6379 );
  5.  
  6. print_r($redis->info());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement