how to cross-language store & access small file use redis,here is soluation
pythonstore#!/usr/bin/envpythonimportos.pathf=open("/home/mlzboy/1.png","rb")s=os.path.getsize("/home/mlzboy/1.png")printsimportredisr=redis.StrictRedis(host='localhost',port=6379,db=0)printr.set("foo