Add: 新增 asyncio-redis 库
parent
a564f314e2
commit
d570a9be08
|
@ -365,6 +365,7 @@ Python 实现的数据库。
|
|||
* dataset:在数据库中存储 Python 字典
|
||||
* pymssql:一个简单的 Microsoft SQL Server 数据库接口。[官网](http://www.pymssql.org/en/latest/)
|
||||
* NoSQL 数据库
|
||||
* asyncio-redis:基于 asyncio 的 redis 客户端 (PEP 3156)。[官网](https://github.com/jonathanslenders/asyncio-redis)
|
||||
* cassandra-python-driver:Cassandra 的 Python 驱动。[官网](https://github.com/datastax/python-driver)
|
||||
* HappyBase:一个为 Apache HBase 设计的,对开发者友好的库。[官网](http://happybase.readthedocs.org/en/latest/)
|
||||
* Plyvel:一个快速且功能丰富的 LevelDB 的 Python 接口。[官网](https://plyvel.readthedocs.org/en/latest/)
|
||||
|
|
Loading…
Reference in New Issue