# storage **Repository Path**: worth67/storage ## Basic Information - **Project Name**: storage - **Description**: 一些存储相关的代码封装,包括redis,mysql,m0ngodb等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-20 - **Last Updated**: 2024-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### [redis](https://gitee.com/worth67/storage.git) (redis相关) 1: bloom_filter redis 实现BloomFilter过滤器 2: lock redis实现全局锁 3: pipeline redis事务 4: subscription redis发布订阅