资源介绍
陶器:人类的Redis :globe_showing_Americas: :globe_showing_Europe-Africa: :globe_showing_Asia-Australia:
很棒,但是并不总是很有趣。 陶器是一种访问Redis的Python方法。 如果您知道如何使用Python字典,那么您已经知道如何使用Pottery。
目录
安装
$ pip3 install pottery
用法
首先,设置您的Redis客户端:
>> > from redis import Redis
>> > redis = Redis . from_url ( 'redis://localhost:6379/1' )
>> >
字典 :open_book:
RedisDict是一个Redis支持的容器,与Python的兼容。
这是一个使用RedisDict的小例子:
>> > from pottery import RedisDict
>> > tel = RedisDict ({ 'jack' : 4098 , 'sape' : 4