# redis **Repository Path**: axe_axe/redis ## Basic Information - **Project Name**: redis - **Description**: redis 操作指南 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-17 - **Last Updated**: 2023-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 本项目仅记录了本人在学习 `redis` 时做的笔记,文章内容只包含了 `redis` 中的常用的一些知识点。 ## 传送门 * [Redis基本知识](/redis-base.md) * [Redis配置文件](/redis-conf.md) * [Redis中的Key](/redis-key.md) * [Redis中的String](/redis-string.md) * [Redis中的List](/redis-list.md) * [Redis中的Set](/redis-set.md) * [Redis中的Hash](/redis-hash.md) * [Redis中的Zset](/redis-zset.md) * [Redis事务处理](/redis-transaction.md) * [Redis发布订阅模式](/redis-subcribe.md) * [Redis集群](/redis-cluster.md) * [Redis哨兵模式](/redis-sentinel.md) ## 第三方工具类 推荐使用Redis官方提供的[Jedis](https://github.com/redis/jedis),该工具类是针对Java实现的一套工具方法。