public string[] GetExpiredKeys(RedisClient client, DateTime maxDate)
 {
     return client.GetFromTimeSet(SetKey, maxDate);
 }