wooxo/command-lock-redis
CommandLockRedis
It's a library for Laravel 4.2.
'Lock system' for your command task (Laravel 4.2).
Installation
Install using composer:
composer require wooxo/command-lock-redis
Add provider in config.app
'providers' = array(
[...],
'Wooxo\CommandLockRedis\CommandLockRedisServiceProvider'
);
Usage
To be completed.
Related Packages
nicolasmahe/laravel-slack-output
Sends a message to Slack when something goes wrong with your Laravel application...
42,973
27
hacklee/laravel5-php-redis
Use The Redis PHP-Extention In The Laravel Framework With Facde Pattern.
722
3

