Redis
 sql >> Cơ Sở Dữ Liệu >  >> NoSQL >> Redis

Kết nối với Redis To Go bằng PHP

$db = 1;
$password='password';
$aRedisServers['host']="127.0.0.1";
$aRedisServers['port']= "6379";
$r = new Predis_Client();
$r->connect($aRedisServers['host'], $aRedisServers['port']);
$r->auth($password);
$r->select($db);

$r->set("set","new");
echo $r->get("set");
//output new


  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Truy cập cục bộ redis trên docker - docker soạn

  2. Làm thế nào để thực hiện đa thai cho redis trong khởi động mùa xuân

  3. Tôi có thể tuần tự hóa một đối tượng cá thể ruby ​​Digest ::SHA1 không?

  4. Cách kiểm tra và hủy nhiệm vụ Cần tây theo tên tác vụ

  5. Redis cơ sở dữ liệu trên máy phát triển với nhiều dự án