Git Product home page Git Product logo

Comments (3)

Eklado avatar Eklado commented on May 28, 2024 2

I know this is an extremely late reply but I'll answer in case someone find this thread like I did.

Redis Cluster uses hashtags for its key so all you need to do is to make the funnel key between {hashtags} (which is curly brackets) as follows:

Redis::funnel('{' . $key . '}')->limit(5)->then(function () { }, function () { return $this->release(rand(1, 5)); });

from laravel-guzzle-throttle.

timopruesse avatar timopruesse commented on May 28, 2024

Hey, thanks! I haven't used the funnel method yet, sorry :/ I'm not sure if I'm able to help.

However, maybe I can help you if you have more error details. Some implementation details might help as well.

from laravel-guzzle-throttle.

shoemoney avatar shoemoney commented on May 28, 2024

Hey, nice work. I made something similar recently. My throttle is fine, but I've got issues with funnel. It works fine in homestead but not in my vapor deploy. Something about "All keys do not map to the same slot" from redis cluster. Have you taken a crack at funnel?

Did you ever get this figured out? I am getting the same error. I am pretty sure it is related to the way vapor calls the redis cache but havent figured it out yet.

from laravel-guzzle-throttle.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.