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