Redislite 是一个 RedisPython 模块,用于在 python 代码中对 Redis 数据进行操作。

示例代码:

>>> from redislite import Redis
>>> redis_conNECtion = Redis('/tmp/redis.db')
>>> redis_connection.keys()
[]
>>> redis_connection.set('key', 'value')
True
>>> redis_connection.get('key')
'value'

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务