chameleonbr / node-red-contrib-redis

Node RED client for Redis with pub/sub, list, lua scripting and other commands support.
MIT License
46 stars 40 forks source link

HSET doesn't work #66

Open mathieuz opened 9 months ago

mathieuz commented 9 months ago

according to the official docs, HMSET is gonna be replaced by HSET because it is a deprecated feature... i just tried to use HSET as the same way you can use HMSET but doesn't work, even this was supposed to work the same as HMSET command...

or there's something i've missed?