Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Redis utilities for TDD/BDD

Project description

Useful when a seeded redis database is needed during test-cycles

Overview

  • helpers for seeding / clearing local redis databases during testing

  • Functions

  • dump_to_file(path, redis_conn = None, host = “localhost”, port= 6379 ) - create a pickled dump of redis

  • load_from_file(path, redis_conn = None, host = “localhost”, port= 6379 ) - load a pickled file into redis

  • clear(redis_conn = None, host = “localhost”, port= 6379 ) - clear a redis database

  • This is good for any testing environment and works well in a setup / breadkown Nose testing environment

Supported by

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