(key string, milliseconds_timestamp int64)
| 40 | } |
| 41 | |
| 42 | func (ek *ExpireStructure) PEXPIREAT(key string, milliseconds_timestamp int64) error { |
| 43 | return ek.setExpireToDB(key, milliseconds_timestamp) |
| 44 | } |
| 45 | |
| 46 | func (ek *ExpireStructure) TTL(key string) (int64, error) { |
| 47 | // Get the deadtime |