class Redis::SubscribedClient

def initialize(client)

def initialize(client)
  @client = client
  @write_monitor = Monitor.new
end