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-07Implement rawCommand() properly, as it's not the COMMAND command in Redis.michael-grunder
2015-05-06Response handler fixesmichael-grunder
2015-05-06Various cluster fixes and Unit test updatesmichael-grunder
2015-05-06Bomb out on vararg command if we have one empty array (will always fail)michael-grunder
2015-05-06Allow pfcount to take a string or arraymichael-grunder
2015-05-06Implements the getMode() commandmichael-grunder
2015-05-06Free the correct values in hsetmichael-grunder
2015-05-06Make sure our options are something validmichael-grunder
2015-05-06We need to send GET for each value we're gettingmichael-grunder
2015-05-06Don't allow empty hash members, like older versions of phpredismichael-grunder
2015-05-06Incorporate formalized multi-bulk proessing from developmichael-grunder
2015-05-06Reintroduce the ability to pass an optional long argument to incr/decrmichael-grunder
2015-05-06Fix double free in redis_sort_cmdmichael-grunder
2015-05-06We don't need to protect against CROSSLOT if we're not hashingmichael-grunder
2015-05-06Fix detection of "before" and "after"michael-grunder
2015-05-06Added options for slave failovermichael-grunder
2015-05-06Add functionality to specify cluster configuration in redis.inimichael-grunder
2015-05-06COMMAND commandmichael-grunder
2015-05-06ZREMRANGEBYLEXmichael-grunder
2015-05-06ZREVRANGEBYLEXmichael-grunder
2015-05-06ZLEXCOUNTmichael-grunder
2015-05-06ZRANGEBYLEXmichael-grunder
2015-05-06Key based SCAN variantsmichael-grunder
2015-05-06Remove options, unsed variablemichael-grunder
2015-05-06UNSUBSCRIBE/PUNSUBSCRIBEmichael-grunder
2015-05-06SUBSCRIBE/PSUBSCRIBEmichael-grunder
2015-05-06DISCARD command, better cleanup.michael-grunder
2015-05-06BUGFIX: Hash the key, not the last member!michael-grunder
2015-05-06Created cluster specific option handlingmichael-grunder
2015-05-06Introspection commandsmichael-grunder
2015-05-06Fix memory leak, inc arg countmichael-grunder
2015-05-06Reworked generic_multiple_args command, DELmichael-grunder
2015-05-06OBJECT commandmichael-grunder
2015-05-06ZADD commandmichael-grunder
2015-05-06HDEL commandmichael-grunder
2015-05-06Added command generic, LPUSH/RPUSHmichael-grunder
2015-05-06ZUNIONSTORE/ZINTERSTOREmichael-grunder
2015-05-06ZRANGEBYSCORE/ZREVRANGEBYSCOREmichael-grunder
2015-05-06SORT commandmichael-grunder
2015-05-06ZINCRBYmichael-grunder
2015-05-06SRANDMEMBERmichael-grunder
2015-05-06HSET/HSETNXmichael-grunder
2015-05-06Added ZRANGE and ZREVRANGEmichael-grunder
2015-05-06SMOVEmichael-grunder
2015-05-06LREMmichael-grunder
2015-05-06LINSERTmichael-grunder
2015-05-06SETBITmichael-grunder
2015-05-06SETRANGE/RESTOREmichael-grunder
2015-05-06Update/fix ECHO, implement authmichael-grunder
2015-05-06Properly handle RANDOMKEY, PFADD/PFMERGEmichael-grunder