Rhys Laval
Rhys Laval
+1 i'm after this also
I tried to change my composer to use the fork for the above pull request. I added this to my composer.json file: ``` { "type": "vcs", "url": "git://github.com/shadyb/Fresque-plus-plus.git" }, ```...
It wouldn't be a massive change to add authentication, another call $redis->auth(password) to be added to the redi connections when created? and also to added to php-resque
Yep, we've just hit this same problem and due to the way we are using our APIDoc as server side validation we need the user ID removed from a call...
Hi Dave, The issue is that our API has been built to ensure there is not additional unused parameters? So such as it see's userId and returns a validation exception!
Hi @davestewart , I've attached a PR although its a little bit awkward with the setup of the id say within the read call. I've essentially allowed to be the...
I've hit the same issue :/ would be great to get this in
I've created a PR [here](https://github.com/GoogleCloudPlatform/buildpacks/pull/491/files) to solve this issue but I'm unable to run the checktools function due to the below. Any clue's how to resolve would be greatly appreciated...