# easy-redis **Repository Path**: yangzhang24/easy-redis ## Basic Information - **Project Name**: easy-redis - **Description**: 基于redisson更高层次的封装、支持注解式分布式锁、订阅、重试、工具类等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-04-08 - **Last Updated**: 2024-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Easy-Redis #### 项目介绍 基于redisson更高层次的封装、支持注解式分布式锁、发布订阅、消息有序队列、重试、工具类等 极速开始 ------------------------------------- 以下例子基于Spring Boot ### 第一步:添加Maven依赖 直接添加以下maven依赖即可 ```xml io.github.javpower easy-redis-spring-boot-starter 3.9.1.1 ```