# redis-tool **Repository Path**: SoulBGM/redis-tool ## Basic Information - **Project Name**: redis-tool - **Description**: Redis工具封装 包括: 1、Value、Hash、List、Set、ZSet 5种数据类型的常用方法封装 2、Lua脚本调用封装 3、使用protostuff技术自定义序列化方式 4、各种测试例子 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-01 - **Last Updated**: 2024-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # redis-tool #### 介绍 Redis工具封装 **包括:** 1. Value、Hash、List、Set、ZSet 5种数据类型的常用方法封装 2. Lua脚本调用封装 3. 使用protostuff技术自定义序列化方式 4. 各种测试例子