malkusch\lock\mutex\RedisMutex::getRedisIdentifier PHP Method

getRedisIdentifier() abstract protected method

Returns a string representation of the Redis API.
abstract protected getRedisIdentifier ( mixed $redisAPI ) : string
$redisAPI mixed The connected Redis API.
return string The identifier.
    protected abstract function getRedisIdentifier($redisAPI);