{"id":92711,"library":"cache-redis-adapter","title":"Cache Redis Adapter","description":"A PSR-6 cache implementation using Redis (PhpRedis) with tag support.","status":"active","version":"1.2.0","language":"php","source_language":null,"source_url":"https://github.com/php-cache/redis-adapter","tags":["cache","redis","psr-6","php","tags"],"install":[{"cmd":"composer require cache/redis-adapter","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"RedisCachePool","correct":"use Cache\\Adapter\\Redis\\RedisCachePool;"}],"quickstart":{"code":"use Cache\\Adapter\\Redis\\RedisCachePool;\n\n$client = new Redis();\n$client->connect('127.0.0.1', 6379);\n$pool = new RedisCachePool($client);\n$item = $pool->getItem('key');","lang":"php","description":"Create a Redis cache pool and retrieve an item."},"warnings":[{"fix":"Install the PhpRedis PHP extension (ext-redis).","message":"Requires PhpRedis extension","severity":"breaking","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'-6':6,18 'adapt':3 'cach':1,7,15 'implement':8 'php':19 'phpredi':11 'psr':5,17 'redi':2,10,16 'support':14 'tag':13,20 'use':9","created_at":"2026-06-19T09:36:56.377712+00:00","updated_at":"2026-06-19T09:36:56.377712+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":"http://www.php-cache.com/en/latest/","github":"https://github.com/php-cache/redis-adapter","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","other"],"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}}