Giter Site home page Giter Site logo

Redis::Client#call_pipelined about peek-redis HOT 4 OPEN

peek avatar peek commented on June 7, 2024
Redis::Client#call_pipelined

from peek-redis.

Comments (4)

dewski avatar dewski commented on June 7, 2024

This was something I wanted to address, thanks for making an issue. I see you had some commits on the pipeline code over at redis/redis-rb. Since you have some familiarity already, where would the best place to hook into each command that gets executed through the pipeline? As you can see the code just uses alias_method_chain to catch the call method. I'll take a look myself as well.

from peek-redis.

dewski avatar dewski commented on June 7, 2024

As you mentioned, there is Redis::Client#call_pipelined but that doesn't look like it captures each individual command. It ends up calling connection.write(command) in Redis::Client#io. Maybe that's where it has to be tracked.

from peek-redis.

pietern avatar pietern commented on June 7, 2024

The best place would be #call_pipelined. It takes an array of commands that can drive the command counter. Timing of pipelines is radically different from timing individual commands because of the included round trips, so it might give skewed information (many commands / short time vs few commands / long time). Maybe this is something to split out as a different status.

from peek-redis.

dewski avatar dewski commented on June 7, 2024

Good to know, thanks for the info on that. I'll cc you in the PR so you can check it out. 👍

from peek-redis.

Related Issues (3)

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.