PHP code example of mitirrli / redis-package

1. Go to this page and download the library: Download mitirrli/redis-package library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

mitirrli / redis-package example snippets


$Lock = $app::Lock(['key' => 'demo1']);

$Lock = $app::Lock(['key' => 'demo2', 'time' => 1000]);

$FixedArray = $app::FixedArray(['key' => 'demo1']);

$FixedSortSet = $app::FixedSortSet((['key' => 'demo1']);