Exemplo n.º 1
0
def set(key, value):

    return get_config.delay("memcache", 
                            callback=subtask(_set, args=(key, value)))
Exemplo n.º 2
0
def test():

    return get_config.delay("test", 
                            callback=subtask(_test))