Alexander Cheprasov

Results 6 repositories owned by Alexander Cheprasov

php-redis-lock

102
Stars
27
Forks
Watchers

RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclus...

php-redis-client

126
Stars
42
Forks
Watchers

RedisClient is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0

js-qrcode

53
Stars
9
Forks
Watchers

The library is for generating QR codes like SVG, HTML5 Canvas, PNG and JPG files, or text.

json-colors

30
Stars
42
Forks
Watchers

JSON list of colors

jThread

17
Stars
6
Forks
Watchers

Simple way to use multi-threading in javascript. Based on web workers.

php-parallel

17
Stars
7
Forks
Watchers

The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead...