From d570a9be08de74ac7d7827f21e60dc1f6e921ae3 Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Thu, 14 Jun 2018 11:55:18 +0800 Subject: [PATCH] =?UTF-8?q?Add:=20=E6=96=B0=E5=A2=9E=20asyncio-redis=20?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a37358b..3e1ac09 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -655,7 +656,7 @@ Python 实现的数据库。 * Schematics:数据结构验证。[官网](https://github.com/schematics/schematics) * valideer:轻量级可扩展的数据验证和适配库。[官网](https://github.com/podio/valideer) * voluptuous:一个 Python 数据验证库。主要是为了验证传入 Python 的 JSON,YAML 等数据。[官网](https://github.com/alecthomas/voluptuous) -* jsonschema:[JSON Schema](http://json-schema.org/)的python实现,用于JSON数据的验证。[官网](https://github.com/Julian/jsonschema) +* jsonschema:[JSON Schema](http://json-schema.org/)的 python 实现,用于 JSON 数据的验证。[官网](https://github.com/Julian/jsonschema) ### 反垃圾技术