# Redis-Learning **Repository Path**: iispeily/Redis-Learning ## Basic Information - **Project Name**: Redis-Learning - **Description**: Redis常用应用场景实现(spring):接口限流、分布式锁 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Redis常用场景学习!!! ### 限流 - redis-limiter: 基于Redis+LUA脚本的令牌桶算法限流策略Java实现 ### 分布式锁 - redis-lock: 基于redssion实现