Though executed scripts are guaranteed to be in the script cache of a given execution of a Redis instance forever, things like Redis instance restart do flush the script cache. This causing RedisServerException with "NOSCRIPT No matching script. Please use EVAL."
errors on client side. Right now the recovery step is to explicitly reapload the script.
It would be awesome if LUA script flushing could be handled by the library internally. It would also be a good fit to what EVAL command documentation describes:
Practically speaking, for the client it is much better to simply assume that in the context of a given connection, cached scripts are guaranteed to be there unless an administrator explicitly called the SCRIPT FLUSH command.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4