Function RedisDatabase.expireAt
Set the expiration for a key as a UNIX timestamp
bool expireAt
(
string key,
long timestamp
) @safe;
Set the expiration for a key as a UNIX timestamp
bool expireAt
(
string key,
long timestamp
) @safe;