Context Store API

Hi I am new to node red. I am implementing context store API using redis. When i use hset as data type it is stored in context but in case of set it is not showing is context UI. can someone explain this ...

Hi @Amit1

without any actual details of your implementation it is hard to say anything about what could be happening. I suspect you need to read up on the differences between Redis SET and HSET structures.