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
2015-05-06Added _masters methodmichael-grunder
2015-05-06EVAL/EVALSHAmichael-grunder
2015-05-06Remove another deprecated struct, update commentmichael-grunder
2015-05-06Comment updatemichael-grunder
2015-05-06Remove legacy clusterNodeInfo structuremichael-grunder
2015-05-06Use CLUSTER SLOTS to get node informationmichael-grunder
2015-05-06Added hiredis like response handlingmichael-grunder
2015-05-06Key based SCAN variantsmichael-grunder
2015-05-06Initial commit of save like commandsmichael-grunder
2015-05-06Remove options, unsed variablemichael-grunder
2015-05-06Initial commit for ASKING logicmichael-grunder
2015-05-06Refactoring, updated handling of MULTI commandsmichael-grunder
2015-05-06DEL command implementedmichael-grunder
2015-05-06Initial commit of MSET and MSETNX commands.michael-grunder
2015-05-06MGETmichael-grunder
2015-05-06UNSUBSCRIBE/PUNSUBSCRIBEmichael-grunder
2015-05-06SUBSCRIBE/PSUBSCRIBEmichael-grunder
2015-05-06UNWATCH command.michael-grunder
2015-05-06WATCH commandmichael-grunder
2015-05-06Transaction supportmichael-grunder
2015-05-06Moved our typedef below all definesmichael-grunder
2015-05-06Created cluster specific option handlingmichael-grunder
2015-05-06Added context, HMGET/HMSETmichael-grunder
2015-05-06HGETALL/INCR/INCRBY/DECR/DECRBYmichael-grunder
2015-05-06Added zipped with strings multi bulk response handlermichael-grunder
2015-05-06Use long long for reply length/count storagemichael-grunder
2015-05-06DUMP command, raw bulk handlermichael-grunder
2015-05-06ZCARD/ZSCORE as well as double response handler for clustermichael-grunder
2015-05-06Added PERSIST and SMEMBERS command, also spaces > tabs :)michael-grunder
2015-05-06LPUSHX/RPUSHXmichael-grunder
2015-05-06Disable KEYS command, and add TYPEmichael-grunder
2015-05-06Switched macro ordering and added mbulk processing for clustermichael-grunder
2015-05-06Added integer response handler for clustermichael-grunder
2015-05-06Process and keep the first line in any response.michael-grunder
2015-05-06Several updates and fixes to the cluster library.michael-grunder
2015-05-06Initial commit of request/redirect/request logicmichael-grunder
2015-05-05Integrated command loop processing to send command to ourmichael-grunder
2015-05-05Initial commit of RedisCluster send/receive loop for commands.michael-grunder
2015-05-05Add a method to easily hash a ZVALmichael-grunder
2015-05-05Initial commit of RedisCluster class and librarymichael-grunder