Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Adds a redis-based queue extension to python-slimta.

License

Notifications You must be signed in to change notification settings

slimta/python-slimta-redisstorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


NOTE: This library has been moved into python-slimta.

About

Adds a queue extension to python-slimta that stores messages and message metadata to redis hash keys. This is a storage plugin for the standard queue engine that uses redis-py with gevent sockets to asynchronously communicate with the database.

Build Status Coverage Status

Getting Started

If you haven't yet installed python-slimta, refer to the "Getting Started" section. Once inside your virtualenv:

(.venv)$ python setup.py develop

To run the suite of included unit tests:

(.venv)$ py.test

Refer to the API Documentation and Manual for more information on using this extension.

About

Adds a redis-based queue extension to python-slimta.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages