{"id":91054,"library":"clue-redis-react","title":"Clue Redis React","description":"Async Redis client implementation, built on top of ReactPHP.","status":"active","version":"2.8.0","language":"php","source_language":null,"source_url":"https://github.com/clue/reactphp-redis","tags":["redis","async","reactphp","client","non-blocking"],"install":[{"cmd":"composer require clue/redis-react","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use Clue\\React\\Redis\\Client;"}],"quickstart":{"code":"use Clue\\React\\Redis\\Client;\n\n$loop = React\\EventLoop\\Factory::create();\n$client = new Client($loop, 'localhost');\n$client->set('key', 'value')->then(function () use ($client) {\n    return $client->get('key');\n})->then(function ($value) {\n    echo $value;\n});\n$loop->run();","lang":"php","description":"Asynchronously set and get a Redis key."},"warnings":[{"fix":"Install ReactPHP and ensure PHP 7.0+.","message":"Requires PHP 7.0+ and ReactPHP event loop.","severity":"breaking","affected_versions":"<2.0.0"}],"env_vars":null,"search_vec":"'async':4,14 'block':19 'built':8 'client':6,16 'clue':1 'implement':7 'non':18 'non-block':17 'react':3 'reactphp':12,15 'redi':2,5,13 'top':10","created_at":"2026-06-19T09:12:29.969302+00:00","updated_at":"2026-06-19T09:12:29.969302+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/clue/reactphp-redis","github":"https://github.com/clue/reactphp-redis","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}