0
Answer

ASP.NET CORE with Redis Hashes

Photo of samo kung

samo kung

7y
2k
1
I've already installed Microsoft.Extensions.Caching.Redis.Core and Microsoft.AspnetCore.Session, I've successfully connected to the Redis server and can get/set Key-Value pairs already by using "HttpContext.Session.Set".
 
My problem is I need to use Hash(HMSET) of Redis, but can't since there is no HMSET command avqailable when I check IDistributedCache.
 
Any help would be appreciated.
 
Thanks