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

Use mongoose_backend in mod_global_distrib_mapping #3582

Merged
merged 4 commits into from
Mar 10, 2022

Commits on Mar 9, 2022

  1. Add a backend module for mod_global_distrib_mapping

    It is global because:
    - It has to be started globally
    - There is only one backend: redis
    chrzaszcz committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    a77abef View commit details
    Browse the repository at this point in the history
  2. Use mongoose_backend in mod_global_distrib_mapping

    Simplify function calls that always returned {ok, Val}.
    chrzaszcz committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    c383dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3301486 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b00733a View commit details
    Browse the repository at this point in the history