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 (Expand)Author
2017-08-15ZEND_HASH_FOREACH_PTRPavlo Yatsukhnenko
2017-03-04Issue #1087Pavlo Yatsukhnenko
2016-11-10WIP: php7 compatibilityPavlo Yatsukhnenko
2016-10-25WIP: php7 compatibilityPavlo Yatsukhnenko
2016-10-11WIP: php7 compatibilityPavlo Yatsukhnenko
2016-09-13WIP: php7 compatibilityPavlo Yatsukhnenko
2016-06-08Cluster geo commands and a generic so cluster and redis tests both workmichael-grunder
2015-05-09Added a new method sAddArray to both Redis and RedisClustermichael-grunder
2015-05-07Implement rawCommand() properly, as it's not the COMMAND command in Redis.michael-grunder
2015-05-06Use win32 function prototypes for lib functionsmichael-grunder
2015-05-06Implement getMode for RedisClustermichael-grunder
2015-05-06Implements the getMode() commandmichael-grunder
2015-05-06Initial commit incorporating a "readonly" flag.michael-grunder
2015-05-06Added getlasterror()/clearlasterror() routines, and amichael-grunder
2015-05-06Implement remaining commandsmichael-grunder
2015-05-06COMMAND commandmichael-grunder
2015-05-06ECHO commandmichael-grunder
2015-05-06ZREMRANGEBYLEXmichael-grunder
2015-05-06ZREVRANGEBYLEXmichael-grunder
2015-05-06PING responsemichael-grunder
2015-05-06RANDOMKEYmichael-grunder
2015-05-06TIME/ROLEmichael-grunder
2015-05-06LINDEXmichael-grunder
2015-05-06ZLEXCOUNTmichael-grunder
2015-05-06ZRANGEBYLEXmichael-grunder
2015-05-06INFO command as well as a direct slot tweakmichael-grunder
2015-05-06Updated _masters to return in two waysmichael-grunder
2015-05-06Added _masters methodmichael-grunder
2015-05-06EVAL/EVALSHAmichael-grunder
2015-05-06Key based SCAN variantsmichael-grunder
2015-05-06Initial commit of save like commandsmichael-grunder
2015-05-06Refactoring, updated handling of MULTI commandsmichael-grunder
2015-05-06DEL command implementedmichael-grunder
2015-05-06Updated MGET response handler, added a helper functionmichael-grunder
2015-05-06UNSUBSCRIBE/PUNSUBSCRIBEmichael-grunder
2015-05-06SUBSCRIBE/PSUBSCRIBEmichael-grunder
2015-05-06UNWATCH command.michael-grunder
2015-05-06WATCH commandmichael-grunder
2015-05-06DISCARD command, better cleanup.michael-grunder
2015-05-06Fixed HMGET, more MULTI supportmichael-grunder
2015-05-06Transaction supportmichael-grunder
2015-05-06Introspection commandsmichael-grunder
2015-05-06Implemented set aggregation methods for Redis and Clustermichael-grunder
2015-05-06Fix memory leak, inc arg countmichael-grunder
2015-05-06OBJECT commandmichael-grunder
2015-05-06ZADD commandmichael-grunder
2015-05-06HDEL commandmichael-grunder
2015-05-06ZREMmichael-grunder
2015-05-06SADD/SREMmichael-grunder
2015-05-06Added command generic, LPUSH/RPUSHmichael-grunder