Skip to content

x-soft-ua/xAsyncRedis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

xAsyncRedis v1.0

Реализация асинхронного PHP-Redis коннектора.

Пример использования:


$redisCommands = [];
$redisCommands[] = array('SET foo bar', array('unix:///tmp/redis.sock'));
$redisCommands[] = array('GET foo1', array('tcp://127.0.0.1:6380'));
$ps = new xAsyncRedis();
$ps->settimeout(1000);
$ps->setCommands($redisCommands);
$ps->run();
$responses = $ps->getresponse());

About

PHP Async Redis connector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages