@Override
 public Long hlen(String key) {
   return master.hlen(key);
 }