The redis integration tracks NoScriptErroras an exception when calling a registered script. This exception is acceptable when registering/calling a script for the first time - and shouldn't be logged or treated as an error.
https://github.com/andymccurdy/redis-py/blob/master/redis/client.py#L2922
The redis integration tracks
NoScriptErroras an exception when calling a registered script. This exception is acceptable when registering/calling a script for the first time - and shouldn't be logged or treated as an error.https://github.com/andymccurdy/redis-py/blob/master/redis/client.py#L2922