|
|
|
|
|
by youknowone
2579 days ago
|
|
Thanks. I didn't think adding them to the why page. For now, the actual projects work like: if DEBUG:
ring_cache = functools.partial(ring.dict, {}, default_action='execute')
else:
ring_cache = functools.partial(ring.redis, client)
@ring_cache(...)
def ...
Which is not very good solution at all. I will fix the design and properly document it. Thanks for suggesting why page and mock section. |
|