Python Stdnet

A networked data structures manager design to work with Redis data-store, but implemented so that other storage systems can be supported in the future.

It is shipped with an object-data mapper which greatly facilitates the management and retrieval of large data-sets. It includes a stand-alone, python 3 compatible, redis client which was originally forked from redis-py. There are no dependencies, it requires python 2.6 up to python 3.3 and there are over 600 tests with a coverage over 90%.

The library is stable, used in production and continuously maintained.

Dependencies: None

Indices and tables


Python Stdnet

Stdnet is a Python 3 compatible data manager for the Redis data-structure server. It is designed to be fast, memory efficient and highly customizable.

Useful Links

This Page