@Before
public void setUp() throws IOException, RedisException {
Runtime.getRuntime().exec("rm -rf " + indexdir);
JRedisClient redis = new JRedisClient();
redis.del("_0_exampletag", "_0_updatedtag");
}
@Test
public void testUpdateCodec() throws IOException {