Documentation for python-stdnet's DEVELOPMENT version. Get the release docs here.

Local Models

Stdnet provides a tool for creating and manipulating Model which are not backed by a BackendDataServer but requires an interface similar to StdModel classes.

Creating a model

The primary tool for creating local models is the create_model() API function:

create_model('RedisDb', 'db')

Table Of Contents

Previous topic

Asynchronous usage

Next topic

C/C++ Extensions

This Page