Update the Redis lock connection intialization so that is works with Redis versions < 5.0. GitLab issue #709. Rob de Canha-Knight (@rssfed23) for the report and debug information. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
- RedisLock backend requires one argument: "redis_url". Example: redis://127.0.0.1:6379/0 - Add the setting LOCK_MANAGER_BACKEND_ARGUMENTS. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>