增加redis README.md

This commit is contained in:
luoxiang
2019-01-05 11:46:58 +08:00
parent b84edb180e
commit 8716dd8648
12 changed files with 1095 additions and 21 deletions

View File

@ -28,7 +28,6 @@ public class SingleJedisConfig {
}
@Bean(destroyMethod = "close")
@Scope(value = SCOPE_PROTOTYPE)
public Jedis jedis(JedisPool jedisPool) {
return jedisPool.getResource();
}