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
I am currently using Redis with multi.exec(), but I noticed that the result format differs when using multi.promise.exec().
multi.promise.exec() appears to support Bluebird promises, but the returned result format is different from multi.exec().
I expected both to return the same output, but there seems to be a difference.
Since I primarily want to use multi.exec(), I’d like to understand whether this difference is intentional and if there’s a recommended approach to ensure consistency.