Commit c5047cc2 authored by gushitong's avatar gushitong

re config cache

parent da9adda2
__version__ = '0.0.4' __version__ = '0.0.5'
__author__ = 'gushitong@gmei.com' __author__ = 'gushitong@gmei.com'
...@@ -7,7 +7,7 @@ __all__ = [] ...@@ -7,7 +7,7 @@ __all__ = []
class _PoolMixin(object): class _PoolMixin(object):
_pool = redis.ConnectionPool(**settings.REDIS['gm_serializer']) _pool = redis.ConnectionPool(**settings.GM_SERIALIZER['redis'])
_client = redis.Redis(connection_pool=_pool) _client = redis.Redis(connection_pool=_pool)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment