@Override
 public Long hexists(String key, String field) {
   return master.hexists(key, field);
 }