b13 / distributed-locks

Adds a Redis Locking Strategy for TYPO3 frontend page generation, useful on distributed systems with NFS.
GNU General Public License v2.0
12 stars 8 forks source link

[TASK] Add RedisLockingStrategy to TYPO3_CONF_VARS-SYS-locking-strategies #21

Closed sgrossberndt closed 1 year ago

sgrossberndt commented 1 year ago

This change makes the RedisLockingStrategy show up in $GLOBALS['TYPO3_CONF_VARS']['SYS']['locking']['strategies'] in the Backend configuration at /typo3/module/system/config

Fixes: https://github.com/b13/distributed-locks/issues/20