jedis.quit();
jedis.disconnect();
List<JedisShardInfo> shards = new ArrayList<JedisShardInfo>();
shards.add(new JedisShardInfo("localhost"));
Config config = new Config();
Seek.configure(config, shards);
Seek seek = new Seek();
long start = System.nanoTime();