samo kung

samo kung

  • NA
  • 7
  • 2.6k

ASP.NET CORE with Redis Hashes

Mar 5 2018 4:00 AM
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