Simple script that attempts to automatically select an available cache backend for dogpile.cache
Project description
This consists of one function that tries to detect dogpile.cache backends and chooses the best one.
The function:
auto_select_backend(region_kwargs=None, between_runs=True, require_server=False, verbose=False)
Use like this:
region_kwargs: Parameters passed on to the region (dictionary).
between_runs: If True, only selects backends that persist between runs.
require_server: If True, raises an exception if no working server-backend is found (redis, memcached).
verbose: If True, prints choices that are being made.
Typically:
backend = auto_select_backend() # done
It can only detect backends that don’t need special parameters to connect to (so it has to run locally). It’s mostly for software distributed to people who’ll run it locally (if you’ve set up a big caching cluster, you can probably spare 1 more minute to configure dogpile).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for dogpile_cache_autoselect-1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ed896f24b34ed57fccacda9c9573d98abb59dacb97fd580aabfe75a8dd82b17 |
|
MD5 | a14b9279ad87e380c7da01ee563c4695 |
|
BLAKE2b-256 | d08819fca3d8eb131e904424eb7a83ea96de6317356116eee5cad6b9b377e99c |