Ever Alvarez
Ever Alvarez
* [x] I've read and understood the [contribution guidelines](https://github.com/Yoast/wordpress-seo/blob/trunk/.github/CONTRIBUTING.md). * [x] I've searched for any related issues and avoided creating a duplicate issue. ### Please give us a description of...
I'm following the [doc for customization](https://github.com/TypeError/secure/blob/main/docs/configuration.md#combining-presets-with-customization) but I get an error: ```ssh File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "",...
with redis I used `except redis.RedisError as e:` how can I do the same but with `upstash_redis`? If I use `except Redis.RedisError as e:` I get: `AttributeError: type object 'Redis'...