From 97ed01d9ac6fe39a53dd9414085f5aa0e44f6041 Mon Sep 17 00:00:00 2001 From: Andy McCurdy Date: Thu, 18 Mar 2010 10:19:54 -0700 Subject: HEXISTS and HLEN implementations added a socket_timeout parameter to allow commands to timeout and raise an error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5304cf0..0660371 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ @brief Setuptools configuration for redis client """ -version = '1.34.1' +version = '1.36' sdict = { 'name' : 'redis', -- cgit v1.2.1