# laravel_queue **Repository Path**: sjfk/laravel_queue ## Basic Information - **Project Name**: laravel_queue - **Description**: laravel redis 队列 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-10 - **Last Updated**: 2025-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # laravel_queue #### 介绍 要求:通过laravel自带的队列功能,更改用户余额。必须保证队列的唯一性,用守护进程守护队列的唯一性。 队列的唯一性: 主要体现在确保不重复添加队列 不重复执行队列 案例采用Redis驱动, 使用redis的setnx确认唯一性 再使用守护程序守护持续运行中. #### 软件架构 框架来自gitee官方 laravel11 + redis #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx