From c53c7116dd1bf0a852f79787fe6db0c014a6a38e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 18 Apr 2011 14:26:52 +0100 Subject: [PATCH] updated Connection TODO comment --- lib/redistat/connection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redistat/connection.rb b/lib/redistat/connection.rb index 10d4c40..97e84a4 100644 --- a/lib/redistat/connection.rb +++ b/lib/redistat/connection.rb @@ -5,7 +5,7 @@ module Redistat REQUIRED_SERVER_VERSION = "1.3.10" - # TODO: Create a ConnectionPool instance object to replace Connection class + # TODO: Create a ConnectionPool instance object using Sychronize mixin to replace Connection class class << self