You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to version 5, LUA scripts don't work. The transformArguments doesn't exist anymore, and the parseCommand is required. The example at https://github.com/redis/node-redis/blob/master/examples/lua-multi-incr.js also doesn't work due to being outdated. Can someone explain the migration guide?