Quantcast
Channel: Storing Dictionary of Dictionary in Redis (StackExchange.Redis) - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by ruhul for Storing Dictionary of Dictionary in Redis...

It seems you need Redis Hashes. You can create hashes for products, order.. etc. and store each item by their key. here is an example: adding product into hash/Dictionary redis> HSET product id:10...

View Article



Storing Dictionary of Dictionary in Redis (StackExchange.Redis)

I want to store Dictionary of Dictionary in Redis. For e.g. I have Product, Order, Customer etc... business entity and they all have Id and other relevant properties. I am using latest version of...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images