Metadata-Version: 1.1
Name: redis-utils
Version: 1.0.5
Summary: Redis utilities for TDD/BDD
Home-page: http://github.com/jonmorehouse/py-redis-utils
Author: Jon Morehouse
Author-email: morehousej09@gmail.com
License: MIT
Description: Py-Redis-Utils
        ==============
        
        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
        
        
Keywords: redis,utilities
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
