class Redis::Client

def with_timeout(seconds, &block)

def with_timeout(seconds, &block)
  SystemTimer.timeout_after(seconds, &block)
end