• 授权协议:MIT
  • 开发厂商:-
  • 软件语言:Python
  • 更新日期:2015-12-30
credis

credis 是使用 cython 开发的 Redis 的 Python 客户端开发包。

credis Redis 的 Python 客户端 项目简介

credis 是使用 cython 开发的 Redis 的 Python 客户端开发包。示例代码:>>> from credis import Connection
>>> conn = Connection(host='127.0.0.1', port=6379)
>>> conn.execute('set', 'test', 1)
'OK'
>>> conn.execute('get', 'test')
'1'

credis Redis 的 Python 客户端 评论内容