Update RedisManager.java

This commit is contained in:
mohammed jasem alaajel 2020-10-23 21:01:57 +04:00 committed by Govindas
parent 9bed693a03
commit eb00a0c0b4
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ public class RedisManager extends BinaryJedisPubSub implements Runnable {
config.getInt("Redis.TimeOut"),
config.getString("Redis.Password"),
config.getBoolean("Redis.useSSL"));
RedisService.shutdown();
RedisService = Executors.newFixedThreadPool(config.getInt("Redis.Threads"));
try {
this.subscribeJedis = this.jedisPool.getResource();