Skip to main content

cache exec outputs

Project description

Installation

$ [sudo] pip install exec-cache
$ [sudo] npm i -g exec-cache

How it works

$EXEC_CACHE/<hash>.out
$EXEC_CACHE/<hash>.err
$EXEC_CACHE/<hash>.status

Config

$EXEC_CACHE, default is $EXEC_CACHE/exec-cache, e.g. ~/.cache/exec-cache

$ export EXEC_CACHE="custom-path"

Examples

example #1: cache psql queries

$ value="$(exec-cache psql -At -c "SELECT ..." dbname)"

example #2: clear cache

$ export EXEC_CACHE=~/.cache/exec-cache/psql # custom folder
$ rm -fr "$EXEC_CACHE"
$ value="$(exec-cache psql -At -c "SELECT ..." dbname)"

readme42.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exec-cache-2020.12.3.tar.gz (1.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page