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
The script is running well and fine. As soon as somebody runs SCRIPT FLUSH, all the scripts get removed from cache.
Next time when the application tries to run the script with .run, as expected it doesn't get found by EVALSHA which is running on the application and sending the SHA of the old cached script which is now removed.
Rather than just giving the below error, shouldn't it just load the script again and generate a new SHA?
NOSCRIPT No matching script. Please use EVAL.
The text was updated successfully, but these errors were encountered:
The script is running well and fine. As soon as somebody runs SCRIPT FLUSH, all the scripts get removed from cache.
Next time when the application tries to run the script with
.run
, as expected it doesn't get found by EVALSHA which is running on the application and sending the SHA of the old cached script which is now removed.Rather than just giving the below error, shouldn't it just load the script again and generate a new SHA?
The text was updated successfully, but these errors were encountered: