Is it possible to store the array of objects as hash into the Redis?
I'm using Redis with my NodeJS app. I want to store an array of objects (policies) against a key as a hash in Redis. Below is my key and value:- Key - <tenantid>~<userid> e.g. - tenant123~john123 Value - [{ ptype:…