Guy Lepine
Results
2
issues of
Guy Lepine
There seems to be a behavior difference in filtering when `AsQueryable()` is used. Using `this._sessionCollection` as a `IRedisCollection` with `CachedExpires` and `CachedRenewed` are `[Indexed]` ```csharp var list = await this._sessionCollection.ToListAsync();...
When using the `UpdateAsync` method to update an entry, the TTL gets updated to _no limit_ even if I pass a TTL value. As a workaround, I need to delete...