public function Redis_Lock_BackendInterface::lockReleaseAll in Redis 7.3
Release all locks for the given lock token identifier.
Parameters
string $lockId = NULL: (optional) If none given, remove all lock from the current page.
2 methods override Redis_Lock_BackendInterface::lockReleaseAll()
- Redis_Lock_PhpRedis::lockReleaseAll in lib/
Redis/ Lock/ PhpRedis.php - Release all locks for the given lock token identifier.
- Redis_Lock_Predis::lockReleaseAll in lib/
Redis/ Lock/ Predis.php - Release all locks for the given lock token identifier.
File
- lib/
Redis/ Lock/ BackendInterface.php, line 52
Class
- Redis_Lock_BackendInterface
- Lock backend interface.
Code
public function lockReleaseAll($lock_id = NULL);