Function RedisDatabase.setEX
Set the value and expiration of a key
void setEX(T)
(
string key,
long seconds,
T value
)
if (isValidRedisValueType!T);
Set the value and expiration of a key
void setEX(T)
(
string key,
long seconds,
T value
)
if (isValidRedisValueType!T);