How to set TTL (expiry) for json record in Redis OM .NET
How can we set expiry for a record in dotnet using Redis.OM dotnet ? I did go through documentation of Redis.OM dotnet but could not find any method that we can use to set expiry for a record. But for…