From cb26af207dbcea5fc88ad5f66da80fba5d76cb04 Mon Sep 17 00:00:00 2001 From: Eric Windisch Date: Thu, 24 Jan 2013 16:28:43 -0500 Subject: Redis-based matchmaker Introduces a reference implementation of a matchmaker (based on redis) that supports dynamic host/topic registrations, host expiration, and hooks for consuming applications to acknowledge or neg-acknowledge topic.host service availability. Implements blueprint advanced-matchmaking Change-Id: I8608d2089fca118b0e369f2eb5c6aedacf6821fe --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index 179071d..735744d 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -15,6 +15,7 @@ pep8==1.3.3 pyflakes pylint pyzmq==2.2.0.1 +redis setuptools-git>=0.4 sphinx testtools>=0.9.22 -- cgit