# x-redis **Repository Path**: limingxinleo/x-redis ## Basic Information - **Project Name**: x-redis - **Description**: Redis 单例工厂类 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2017-11-24 - **Last Updated**: 2023-05-26 ## Categories & Tags **Categories**: cache-modules **Tags**: None ## README # X-Redis ## 安装 ~~~ composer require limingxinleo/x-redis ~~~ ## 使用 ~~~php set('key','val'); echo $redis->get('key'); // val ~~~