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

Backend Servers

Behind the scenes we have the database. Currently stdnet supports Redis.

Backends

A backend instance is usually obtained via the getdb() function by passing a valid connection string:

from pulsar import getdb

b1 = getdb('redis://127.0.0.1:9739?db=7&namespace=test.')

Check redis connection strings for a full list of valid parameters.

Table Of Contents

Previous topic

C/C++ Extensions

Next topic

API

This Page