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

20211212 1.momomo 20240815 #3923

Closed
wants to merge 17 commits into from

Commits on Sep 5, 2020

  1. This class should not be package private but should be possible to ex…

    …tend JedisFactory adnd JedisPool. Further, jedispool should create factory through a method to allow for overriding, alternatively be added as a constructor parameter. Current impl is bogged by constructors which should really be taking a ConfigParam instead.
    momomo committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    408e57a View commit details
    Browse the repository at this point in the history
  2. Extract new Jedis(...) to a method of its own to allow someone to ove…

    …rride it should they desire to.
    momomo committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    34843fd View commit details
    Browse the repository at this point in the history
  3. Added a constructor that mathes the constructor in the parent, and di…

    …verted super calls to this instead. no breaking changes.
    momomo committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    a2b66d6 View commit details
    Browse the repository at this point in the history
  4. Modified the contructors as well from package local scope to protecte…

    …d to allow subclasses to access them.
    momomo committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    69ef198 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Changed so channels are not a requirement and exposed private propert…

    …ies to protected instead.
    momomo committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    4a41640 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

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

Commits on Dec 28, 2020

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

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    f5dcf0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    715e988 View commit details
    Browse the repository at this point in the history
  3. Fixed indentation.

    momomo committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    3a0c22a View commit details
    Browse the repository at this point in the history
  4. Revert "Fixed indentation."

    This reverts commit 3a0c22a.
    momomo committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    cb5220a View commit details
    Browse the repository at this point in the history
  5. Revert "Revert "Fixed indentation.""

    This reverts commit cb5220a.
    momomo committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    b423d3d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. reversing to working version

    joseph committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    2f3084e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. before pulling from master

    joseph committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    d1ed2c6 View commit details
    Browse the repository at this point in the history
  2. Added gitignore

    joseph committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    48739ab View commit details
    Browse the repository at this point in the history
  3. merged

    joseph committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    dda706c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Backing up

    momomo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9394d62 View commit details
    Browse the repository at this point in the history