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-06SCAN commandmichael-grunder
2015-05-06EVAL/EVALSHAmichael-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-06Don't NULL out the original slot on MOVED errormichael-grunder
2015-05-06Initial commit for ASKING logicmichael-grunder
2015-05-06Refactoring, updated handling of MULTI commandsmichael-grunder
2015-05-06Return getThis() pointer from MULTImichael-grunder
2015-05-06DEL command implementedmichael-grunder
2015-05-06Initial commit of MSET and MSETNX commands.michael-grunder
2015-05-06MGETmichael-grunder
2015-05-06Allow WATCH even when the cluster is resharding.michael-grunder
2015-05-06Fix memory leaks for (P)SUBSCRIBE/(P)UNSUBSCRIBEmichael-grunder
2015-05-06SUBSCRIBE/PSUBSCRIBE updated in Redis propermichael-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-06Small formatting fixmichael-grunder
2015-05-06Added context, HMGET/HMSETmichael-grunder
2015-05-06Actually only hash the bits between { and }michael-grunder
2015-05-06Fixed cluster_long_resp and added increment/decrement commandsmichael-grunder
2015-05-06HGETALL/INCR/INCRBY/DECR/DECRBYmichael-grunder
2015-05-06MULTI BULK processing for things like HGETALL and ZRANGEmichael-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-06Add lazy connect logic, use seeds not nodes for fallback.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