Documentation for python-stdnet's DEVELOPMENT version. Get the release docs here.
Behind the scenes we have the database. Currently stdnet supports Redis.
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.