|
|
|
@ -86,14 +86,14 @@ import io.netty.util.concurrent.Future;
|
|
|
|
|
*/
|
|
|
|
|
public class Redisson implements RedissonClient {
|
|
|
|
|
|
|
|
|
|
private final EvictionScheduler evictionScheduler;
|
|
|
|
|
private final CommandExecutor commandExecutor;
|
|
|
|
|
private final ConnectionManager connectionManager;
|
|
|
|
|
private final Config config;
|
|
|
|
|
protected final EvictionScheduler evictionScheduler;
|
|
|
|
|
protected final CommandExecutor commandExecutor;
|
|
|
|
|
protected final ConnectionManager connectionManager;
|
|
|
|
|
protected final Config config;
|
|
|
|
|
|
|
|
|
|
private final UUID id = UUID.randomUUID();
|
|
|
|
|
protected final UUID id = UUID.randomUUID();
|
|
|
|
|
|
|
|
|
|
Redisson(Config config) {
|
|
|
|
|
protected Redisson(Config config) {
|
|
|
|
|
this.config = config;
|
|
|
|
|
Config configCopy = new Config(config);
|
|
|
|
|
|
|
|
|
|