String value = DefaultCodec.toStr(e.getValue());
System.out.format("\t[%03d]: {value: %s score: %1.19f}\n", 100-j, value, e.getScore());
}
}
catch (RedisException e) { e.printStackTrace(); }
}
/**
* Here we're doing the same thing as {@link UsingZrangeSubset#useZRangeSubset(JRedis)} but we're
* using the {@link JRedisFuture} and asynchronous semantics.