An open API service indexing awesome lists of open source software.

https://github.com/hhstore/annotated-py-pickledb

pickledb是一个类似 redis 的单文件数据库, 代码很少. 快速浏览注解.
https://github.com/hhstore/annotated-py-pickledb

pickledb pickledb-redis python redis

Last synced: 3 months ago
JSON representation

pickledb是一个类似 redis 的单文件数据库, 代码很少. 快速浏览注解.

Awesome Lists containing this project

README

          

# pickledb-annotated
- pickledb是一个类似 redis 的单文件数据库, 代码很少. 快速浏览注解.

## 说明:

- [pickleDB](http://pythonhosted.org/pickleDB/)
- [pickleDB - github](https://github.com/patx/pickledb)

## 版本:

- 项目很小, 目前没有 release 版本, 选择当前最新版本:
- Commits on Jun 4, 2016
- commit f377d3f4e73c6ac6e08c115598cd8a0078dd4b6f
- fixed python 3 error on dump
- 目前只有一个类, 可以参考理解 redis.