Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate base task from redis logic #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Separate base task from redis logic #9

wants to merge 4 commits into from

Commits on May 8, 2017

  1. Allow submodules for celery_unique

    Hugo Osvaldo Barrera committed May 8, 2017
    Configuration menu
    Copy the full SHA
    e6510b5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Separate base task from redis logic

    Separate the base task from redis-specific logic so that alternate
    backends can be introduced (e.g.: One used a django cache, etc.).
    Hugo Osvaldo Barrera committed May 10, 2017
    Configuration menu
    Copy the full SHA
    80a2976 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Don't measure coverage for unimplemented methods

    Hugo Osvaldo Barrera committed May 11, 2017
    Configuration menu
    Copy the full SHA
    e3c14a3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Add tests for InMemoryBackend

    Hugo Osvaldo Barrera committed May 24, 2017
    Configuration menu
    Copy the full SHA
    693b121 View commit details
    Browse the repository at this point in the history