Skip to content

Instantly share code, notes, and snippets.

@rahuliyer95
rahuliyer95 / redis_knc_proxy.py
Created July 29, 2017 14:11
Running redis-server using knc and a proxy
"""
knc proxy for redis
Created by iyerrah on 29-July-2017
"""
from __future__ import print_function
import os
import multiprocessing
import socket