# study-redis-redisson **Repository Path**: AHJun/study-redis-redisson ## Basic Information - **Project Name**: study-redis-redisson - **Description**: redis缓存、本地锁Synchronized、分布式锁redisson - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-12-05 - **Last Updated**: 2024-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 # 环境准备 ## 开发环境 - redis 缓存 - mysql 数据存储 - idea 开发工具 - nginx 负载均衡等 - apache-jmeter 用来压力测试 - hosts 修改本地hosts文件 数据库脚本在docs文件夹里 redis、mysql等配置根据自己实际情况而定 # 浏览器访问 ## 测试redis存数据 http://localhost:10000/product-classify/testRedis ## v1 直接访问数据库 http://localhost:10000/product-classify/v1/findProductClassifyList ## v2 增加缓存逻辑 http://localhost:10000/product-classify/v2/findProductClassifyList ## v3 增加synchronized本地锁逻辑 http://localhost:10000/product-classify/v3/findProductClassifyList