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