Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-19Change ZPOP* return type and implement blocking variantsmichael-grunder
This commit updates ZPOPMIN/ZPOPMAX to return the same format that zRange WITHSCORES and zRangeByScore WITHSCORES does. In addition the blocking variants BZPOPMIN and BZPOPMAX are implemented.
2018-09-29Streams (#1413)Michael Grunder
Streams API
2017-10-30PHPREDIS-37: Add locking functionalityMarius Meissner
2015-05-06Initial commit of a simple script to create a redis clustermichael-grunder
2015-05-06Finally created a .gitignore file for php odds and endsmichael-grunder