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