You are here

public function Redis_Lock_BackendInterface::lockWait in Redis 7.3

Wait a short amount of time before a second lock acquire attempt.

Parameters

string $name: Lock name currently being locked.

int $delay = 30: Miliseconds to wait for.

1 method overrides Redis_Lock_BackendInterface::lockWait()
Redis_Lock_DefaultBackend::lockWait in lib/Redis/Lock/DefaultBackend.php
Default implementation from actual Drupal core.

File

lib/Redis/Lock/BackendInterface.php, line 37

Class

Redis_Lock_BackendInterface
Lock backend interface.

Code

public function lockWait($name, $delay = 30);