File Lock can't edit even that I am using Redis

Nextcloud version (eg, 12.0.2):17.0.2
Operating system and version (eg, Ubuntu 17.04):CentOS Linux 7.7.1908 (Core)
Apache or nginx version (eg, Apache 2.4.25): Apache 2.4.41
PHP version (eg, 7.1):7.2

The issue you are facing:
File Lock can’t edit even that I am using Redis

Is this the first time you’ve seen this error? (Y/N):N

Steps to replicate it:

  1. No idea how this happened tho

The output of your Nextcloud log in Admin > Logging:

OCP\Lock\LockedException: "Mod/English/MEEPofFaithOhno-Missiles.zip" is locked
/www/wwwroot/nextcloud/lib/private/Files/View.php - line 790: 
OC\Files\View->changeLock("/Mod/Englis ... p", 2, true)
/www/wwwroot/nextcloud/apps/dav/lib/Connector/Sabre/Node.php - line 141: 
OC\Files\View->rename("/Mod/Englis ... p", "/Mod/Englis ... p")
/www/wwwroot/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php - line 151: 
OCA\DAV\Connector\Sabre\Node->setName("MEEPofFaith ... p")
/www/wwwroot/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php - line 642: 
Sabre\DAV\Tree->move("files/Lunar ... p", "files/Lunar ... p")
<<closure>>
Sabre\DAV\CorePlugin->httpMove(Sabre\HTTP\R ... "}, Sabre\HTTP\Response {})
/www/wwwroot/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php - line 105: 
call_user_func_array([ Sabre\DAV\ ... "], [ Sabre\HTTP ... }])
/www/wwwroot/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 479: 
Sabre\Event\EventEmitter->emit("method:MOVE", [ Sabre\HTTP ... }])
/www/wwwroot/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 254: 
Sabre\DAV\Server->invokeMethod(Sabre\HTTP\R ... "}, Sabre\HTTP\Response {})
/www/wwwroot/nextcloud/apps/dav/lib/Server.php - line 317: 
Sabre\DAV\Server->exec()
/www/wwwroot/nextcloud/apps/dav/appinfo/v2/remote.php - line 35: 
OCA\DAV\Server->exec()
/www/wwwroot/nextcloud/remote.php - line 163: 
require_once("/www/wwwroo ... p")
Cased by OCP\Lock\LockedException: "files/7bde2a7aedacf1a775902d91bb5639b4" is locked, existing lock on file: 7 shared locks
/www/wwwroot/nextcloud/lib/private/Files/Storage/Common.php - line 807: 
OC\Lock\MemcacheLockingProvider->changeLock("files/7bde2 ... 4", 2)
/www/wwwroot/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php - line 615: 
OC\Files\Storage\Common->changeLock("files/Mod/E ... p", 2, OC\Lock\Memc ... {})
/www/wwwroot/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php - line 615: 
OC\Files\Storage\Wrapper\Wrapper->changeLock("files/Mod/E ... p", 2, OC\Lock\Memc ... {})
/www/wwwroot/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php - line 615: 
OC\Files\Storage\Wrapper\Wrapper->changeLock("files/Mod/E ... p", 2, OC\Lock\Memc ... {})
/www/wwwroot/nextcloud/lib/private/Files/View.php - line 1981: 
OC\Files\Storage\Wrapper\Wrapper->changeLock("files/Mod/E ... p", 2, OC\Lock\Memc ... {})
/www/wwwroot/nextcloud/lib/private/Files/View.php - line 790: 
OC\Files\View->changeLock("/Mod/Englis ... p", 2, true)
/www/wwwroot/nextcloud/apps/dav/lib/Connector/Sabre/Node.php - line 141: 
OC\Files\View->rename("/Mod/Englis ... p", "/Mod/Englis ... p")
/www/wwwroot/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php - line 151: 
OCA\DAV\Connector\Sabre\Node->setName("MEEPofFaith ... p")
/www/wwwroot/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php - line 642: 
Sabre\DAV\Tree->move("files/Lunar ... p", "files/Lunar ... p")
<<closure>>
Sabre\DAV\CorePlugin->httpMove(Sabre\HTTP\R ... "}, Sabre\HTTP\Response {})
/www/wwwroot/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php - line 105: 
call_user_func_array([ Sabre\DAV\ ... "], [ Sabre\HTTP ... }])
/www/wwwroot/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 479: 
Sabre\Event\EventEmitter->emit("method:MOVE", [ Sabre\HTTP ... }])
/www/wwwroot/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 254: 
Sabre\DAV\Server->invokeMethod(Sabre\HTTP\R ... "}, Sabre\HTTP\Response {})
/www/wwwroot/nextcloud/apps/dav/lib/Server.php - line 317: 
Sabre\DAV\Server->exec()
/www/wwwroot/nextcloud/apps/dav/appinfo/v2/remote.php - line 35: 
OCA\DAV\Server->exec()
/www/wwwroot/nextcloud/remote.php - line 163: 
require_once("/www/wwwroo ... p")

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => 'ocljy5wbu96g',
  'passwordsalt' => 'fI0VVhC9ljS84ZHzDpY1pxxwrRgvpS',
  'secret' => 'PNhmvJxdfoMI/aDko32sk/6cDSsOSCYAaQX+2R36DLPEFCNs',
  'trusted_domains' => 
  array (
    0 => 'hide.com',
    1 => 'hide',
  ),
  'datadirectory' => '/www/wwwroot/nextcloud/data',
  'dbtype' => 'mysql',
  'version' => '17.0.2.1',
  'overwrite.cli.url' => 'https://hide.com',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'nextcloud',
  'dbpassword' => 'hide',
  'installed' => true,
  'mysql.utf8mb4' => true,
  'maintenance' => false,
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => '127.0.0.1',
    'port' => 6379,
  ),
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'ssl',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => 'hide',
  'mail_domain' => 'gmail.com',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => 'smtp.gmail.com',
  'mail_smtpport' => '465',
  'mail_smtpname' => 'hide',
  'mail_smtppassword' => 'hide',
  'theme' => '',
  'loglevel' => 2,
);

The output of your Apache/nginx/system log in /var/log/____:

Does not Exist