import redis r = redis.StrictRedis(host='localhost', port=6379, db=0) r.set('foo', 'bar') r.get('foo')
2,209
社区成员
9,519
社区内容
加载中
试试用AI创作助手写篇文章吧