fixed a null due a typo
This commit is contained in:
parent
b86ae9eb6d
commit
a902fcc12d
@ -59,7 +59,7 @@ public class RedisController extends BinaryJedisPubSub implements Runnable {
|
||||
config.getString("Redis.Password"),
|
||||
config.getBoolean("Redis.useTLS"));
|
||||
encryption = new Encryption(config.getBoolean("Redis.EncryptMessages"),
|
||||
config.getString("Redis.EncryptionKe"),
|
||||
config.getString("Redis.EncryptionKey"),
|
||||
config.getString("Redis.MacKey"));
|
||||
setupChannels(config);
|
||||
isConnectionBroken = new AtomicBoolean(true);
|
||||
|
Loading…
Reference in New Issue
Block a user