コード例 #1
0
 public string[] GetExpiredKeys(RedisClient client, DateTime maxDate)
 {
     return client.GetFromTimeSet(SetKey, maxDate);
 }