Commit ddffd780 authored by Marc Gravell's avatar Marc Gravell

Issue #106: path in comment for no good reason

parent 6daea121
...@@ -253,7 +253,7 @@ public interface IDatabase : IRedis, IDatabaseAsync ...@@ -253,7 +253,7 @@ public interface IDatabase : IRedis, IDatabaseAsync
/// <remarks>http://redis.io/commands/persist</remarks> /// <remarks>http://redis.io/commands/persist</remarks>
bool KeyExpire(RedisKey key, TimeSpan? expiry, CommandFlags flags = CommandFlags.None); bool KeyExpire(RedisKey key, TimeSpan? expiry, CommandFlags flags = CommandFlags.None);
/// <summary>C:\Dev\Redis\StackExchange.Redis\StackExchange\Redis\ /// <summary>
/// Set a timeout on key. After the timeout has expired, the key will automatically be deleted. A key with an associated timeout is said to be volatile in Redis terminology. /// Set a timeout on key. After the timeout has expired, the key will automatically be deleted. A key with an associated timeout is said to be volatile in Redis terminology.
/// </summary> /// </summary>
/// <remarks>If key is updated before the timeout has expired, then the timeout is removed as if the PERSIST command was invoked on key. /// <remarks>If key is updated before the timeout has expired, then the timeout is removed as if the PERSIST command was invoked on key.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment