Predis

1 개요[ | ]

predis
p레디스
  • PHP용 Redis 클라이언트
composer require predis/predis
require 'vendor/autoload.php';
$client = new Predis\Client([
    'scheme' => 'tcp',
    'host'   => '10.0.0.1',
    'port'   => 6379,
]);

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}