how can store a Json in redis with hashmap( HSET )
问题 i have a question about HSET in redis. As far as i know, redis is a key-value database. that means every thing store as a key-value and we don't have table for example. i wanted to save something in redis so i decided to use Hashmap . since the HMSET is deprecated and we should use HSET instead, how should I store many attribute as a value and a id as a key in hset? you know i want to save some thing like this: await redis.hset(`origin-${originId}`, 'title',title) but if i have many fields to