예제 #1
0
def run(mc):
    print('run')

    mc.set('key', 'abc')
    mc.delete('key')
    print(mc.get('key'))
예제 #2
0
def run(mc):
    print('run')

    mc.set('key', 'abc')
    mc.delete('key')