node-redis icon indicating copy to clipboard operation
node-redis copied to clipboard

hmset() : redisClient.hmset is not a function

Open meguoe opened this issue 9 months ago • 1 comments

Description

redisClient.hmset is not a function, Has the hmset function been removed?

meguoe avatar May 13 '24 19:05 meguoe

Yep! According to the official Redis docs, as of Redis 4.0.0 HMSET is deprecated and was removed from this project, as explained in #1746 and a few other issues. Thankfully it seems HSET supports setting multiple values, so the functionality remains.

Smidds avatar May 16 '24 06:05 Smidds