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

Add room storage for Django Channels Consumers #25

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    9f0aed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61a80ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aafc49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d3b3f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    341d301 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3122412 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    446e9a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37a50a1 View commit details
    Browse the repository at this point in the history
  9. lint: run ruff autofix

    cacosandon committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cbd1a91 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    889db49 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    bfd11c4 View commit details
    Browse the repository at this point in the history
  2. refactor(django_channels): move redis storage to its own file so redi…

    …s its not required and update imports
    cacosandon committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    6c03d23 View commit details
    Browse the repository at this point in the history
  3. refactor(django-channels@storage): move throttling methods to redis s…

    …torage and close method to base
    
    style: fix linter wrong return type of save_snapshot
    cacosandon committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    f7c6f26 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. feat(django-channels@redis-storage): add expiration time to values in…

    … Redis and make make_redis public
    cacosandon committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    36da1db View commit details
    Browse the repository at this point in the history