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 的单文件数据库, 代码很少. 快速浏览注解.
- Host: GitHub
- URL: https://github.com/hhstore/annotated-py-pickledb
- Owner: hhstore
- License: mit
- Created: 2016-09-13T02:47:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T03:40:51.000Z (over 9 years ago)
- Last Synced: 2025-04-05T03:31:53.200Z (about 1 year ago)
- Topics: pickledb, pickledb-redis, python, redis
- Language: Python
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.