Hi everyone,

I have a *cache.redis* defined in a db.py file like so:

from gluon.contrib.redis_utils import RConn
from gluon.contrib.redis_cache import RedisCache

rconn = RConn('localhost', 6379)
cache.redis = RedisCache(redis_conn=rconn, debug=True) 

 now i'd like to perform caching in a module how ?

I tried to pass cache.redis to module function and also the current method 
: current.cache_redis=cache.redis.....None of these works..............how 
to access *cache.redis* from the module ?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to