# Evan_redisDemo **Repository Path**: evan421/Evan_redisDemo ## Basic Information - **Project Name**: Evan_redisDemo - **Description**: 通过jedis客户端来操作redis - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Evan_redisDemo 通过jedis客户端来操作redis: 1、向redis插入数据、并读取数据; 2、通过连接池访问redis; 3、集群式的连接池 ---------------------------------- 前提: 在本地先启动redis服务器,再运行程序。 Redis在windows环境下的安装配置,请查看http://www.7java.com/blog/articles/116.html