Giter VIP home page Giter VIP logo

blpop-proxy's Introduction

Just a quick tool to monitor a list on a redis server (in) using blpop, then add the popped key/value to another redis (out).

Usage:

	./blpop-proxy in_host:port out_host:port listkey1 listkey2 listkeyN


Example:

	./blpop-proxy 172.16.0.2:6379 10.0.3.2:6379 hi test ping queue bang

	This would monitor 172.16.0.2:6379 for push's made to the following keys: hi, test, ping, queue, and bang. Once our BLPop returns, we then RPush the retrieved {key,value} to 10.0.3.2:6379.


Uses:

	Allow an "untrusted" environment to access production resque queues on a quarantined redis-server.


It handles all of the faults i've encountered. It also logs to "blpop-proxy.lost.log" when a BLPop succeeds but the RPush does not. It then blocks all operation (including BLPop's) until we are able to re-connect to the "out" server. This way, we don't lose any keys.

Pc.

-- ad

blpop-proxy's People

Contributors

adarqui avatar

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.