I want to update the sorted set record using Redis client in node js. for update the one record I use client.zAdd(key,{score:score, value:memberId})
. Is there any command or function that I can use for the bulk update in Redis. I google this but didn't get any solution.
thank you in advance.