public FetchedJobsWatcherFacts() { _storage = new RedisStorage(RedisUtils.GetHostAndPort(), RedisUtils.GetDb()); _token = new CancellationToken(true); }
public FetchedJobsWatcherFacts() { _storage = new RedisStorage(RedisUtils.GetHostAndPort(), RedisUtils.GetDb()); _cts = new CancellationTokenSource(); _cts.Cancel(); }
private RedisStorage CreateStorage() { return(new RedisStorage(RedisUtils.GetHostAndPort(), RedisUtils.GetDb())); }