# springboot-redis **Repository Path**: shang2-8-5/springboot-redis ## Basic Information - **Project Name**: springboot-redis - **Description**: java连接redis的基本操作 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-05-18 - **Last Updated**: 2023-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Redis, SpringBoot ## README # RedisTemplate 定义了对五种数据结构的操作 redisTemplate.opsForValue();//操作字符串 redisTemplate.opsForHash();//操作hash redisTemplate.opsForList();//操作list redisTemplate.opsForSet();//操作set redisTemplate.opsForZSet();//操作有序set