A lightweight zero-config wrapper around native Redis calls to represent and persist objects in Python. Not trying to be a high-level ORM library.
Project description
rdb is an attempt at a lightweight, zero-config, wrapper around native Redis calls to represent and persist objects in Python. It does not aim to be yet another high-level ORM library, but tries to keep a clear view of what happens under the hood in Redis.