# redis-queue **Repository Path**: lisgroup/redis-queue ## Basic Information - **Project Name**: redis-queue - **Description**: redis 的简单消息队列,开启 PHP 定时任务将 redis 的数据存储到 MySQL 中。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-11-10 - **Last Updated**: 2022-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README redis 的简单消息队列 -- 开启 PHP 定时任务将 redis 的数据批量存储到 MySQL 中。 1、目录结构如下: ~~~ / 项目根目录 ├─src 测试文件目录 │ ├─lib │ ├─MysqlQuery.php MySQL 操作类 │ └─Redis.php Redis 操作类 │ ├─test 测试文件目录 │ ├─init.php 注册类的自动加载 ├─README.md README 文件 ~~~