2017 © Pedro Peláez
 

typo3-cms-extension typo3-redis-lock-strategy

image

tourstream/typo3-redis-lock-strategy

  • Tuesday, January 16, 2018
  • by Engerim
  • Repository
  • 4 Watchers
  • 4 Stars
  • 289 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 4 % Grown

The README.md

github tag ![Packagist version][packagist-version-image] ![Scrutinizer Code Quality][scrutinizer-image] ![Travis-CI][travis-image] ![License][license-image], (*1)


TYPO3 Extension: redis lock strategy

The extension adds a redis lock strategy with priority 100. So the redis lock will be used instead of file base locking, especially useful in cluster with nfs., (*2)

Features

  • Redis Lock

Installation

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do, (*3)

composer require tourstream/typo3-redis-lock-strategy 

This extension uses the pecl extension redis., (*4)

Usage

$GLOBALS['TYPO3_CONF_VARS']['SYS']['redis_lock'] = [
        'host'     => 'localhost',
        'port'     => 6379,       // optional, default 6379
        'database' => 0,          // optional, default 0
        'ttl'      => '60',       // optional, default 60
        'auth'     => 'secret'    // optional, for secured redis db's
    ];

The Versions

16/01 2018

dev-master

9999999-dev

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Alexander Miehe

21/12 2017

dev-re-implement_to_make_it_blocking_and_acquiring_an_exclusive_lock

dev-re-implement_to_make_it_blocking_and_acquiring_an_exclusive_lock

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Alexander Miehe

21/12 2017

3.0.1

3.0.1.0

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Alexander Miehe

18/12 2017

3.0.0

3.0.0.0

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Alexander Miehe

03/08 2017

2.0.1

2.0.1.0

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Alexander Miehe

17/05 2017

2.0.0

2.0.0.0

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Alexander Miehe

28/02 2017

1.0.0

1.0.0.0

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Alexander Miehe

28/02 2017

1.0.x-dev

1.0.9999999.9999999-dev

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Alexander Miehe

27/02 2017

dev-redis_lock

dev-redis_lock

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Alexander Miehe