diff gpp/core/services.py @ 519:f72ace06658a

For #194, rework the who's online and max users functions.
author Brian Neal <bgneal@gmail.com>
date Sat, 17 Dec 2011 19:29:24 +0000
parents 6f5fff924877
children
line wrap: on
line diff
--- a/gpp/core/services.py	Fri Dec 16 01:17:35 2011 +0000
+++ b/gpp/core/services.py	Sat Dec 17 19:29:24 2011 +0000
@@ -18,4 +18,4 @@
     Create and return a Redis connection using the supplied parameters.
 
     """
-    return redis.Redis(host=host, port=port, db=db)
+    return redis.StrictRedis(host=host, port=port, db=db)