155156157158159160161162163164165
* {@inheritDoc} */ @Override public KeyInfo doWork(final Jedis jedis) throws Exception { final KeyInfo keyInfo; final KeyType type = KeyType.getKeyTypeByValue(jedis.type(this.key)); if (type == null) { keyInfo = null; } else { switch (type) { case HASH: