Skip to content

Instantly share code, notes, and snippets.

View ryanwitt's full-sized avatar

Ryan Witt ryanwitt

  • New York, NY
View GitHub Profile
@ryanwitt
ryanwitt / RedisTools.py
Created November 10, 2015 18:15 — forked from agconti/RedisTools.py
A class for checking redis queues and managing orphan jobs.
class RedisTools:
'''
A set of utility tools for interacting with a redis cache
'''
def __init__(self):
self._queues = ["default", "high", "low", "failed"]
self.get_redis_connection()
def get_redis_connection(self):
@ryanwitt
ryanwitt / README.md
Created October 10, 2012 22:38 — forked from kaa/carbon.init.sh
Installing graphite 0.9.10 and statsd on Amazon Linux

Installing

If you trust me, do this:

curl https://raw.github.com/gist/3868967/30ed8db63ea701e1ad18dabbecfc8df0ffd8b195/install.sh > install.sh

sh install.sh