# RedisDemo **Repository Path**: jin2022/redis-demo ## Basic Information - **Project Name**: RedisDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-03 - **Last Updated**: 2024-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java语言实现的Redis 注:本项目只为学习redis组件,不做实用性和性能要求 更新日志 | 日期 | 完成内容 | TODO | |------------|-----------------------------------------------------------|-------------------------------------------| | 2014.02.18 | 1、UnsignedInteger相关类实现
2、SdsBaseHdr8,16初始化,append方法实现 | Sds append方法从SdsBaseHdr8-SdsBaseHdr16升级实现 | | 2014.02.18 | 实现Sds append方法 | 实现Sds substring |