コード例 #1
0
 /// <summary>
 /// Touch the specified key.
 /// </summary>
 /// <returns>True if the key was touched.</returns>
 /// <remarks>https://redis.io/commands/touch</remarks>
 public Task <bool> TouchAsync()
 {
     return(RedisDb.KeyTouchAsync(KeyName));
 }