Actually, you can store python objects in redis using the built-in module pickle. Here is example. import pickle import redis r = redis.
確定! 回上一頁