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 ability to reset password in JedisFactory (II) #2315

Merged
merged 20 commits into from
Mar 17, 2021

Commits on Dec 28, 2020

  1. Add ability to reset password in JedisFactory for JedisPool and

    JedisSentinelPool
    yapei authored and sazzad16 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    e4877e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cbcf45 View commit details
    Browse the repository at this point in the history
  3. reduce new public

    sazzad16 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    e1e40c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1de4e0f View commit details
    Browse the repository at this point in the history
  5. apply acl tests

    sazzad16 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    ce6f7db View commit details
    Browse the repository at this point in the history
  6. Add ability to reset password in JedisFactory for JedisPool and

    JedisSentinelPool
    yapei authored and sazzad16 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d638c46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abf5823 View commit details
    Browse the repository at this point in the history
  8. Modify JedisFactory and Pool

    - Added JedisFactory constructor without host and port as there is option to set those later.
    - Prepared to private internalPool in Pool.
    sazzad16 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    3ae050f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

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

Commits on Jan 28, 2021

  1. Deprecation and JavaDoc

    sazzad16 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    ab4e2f8 View commit details
    Browse the repository at this point in the history
  2. address change requests

    sazzad16 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    614f600 View commit details
    Browse the repository at this point in the history
  3. address change requests

    sazzad16 committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    1385a9c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Merge remote-tracking branch 'redis/master' into reset-password-Jedis…

    …Factory-2
    
     Conflicts:
    	src/main/java/redis/clients/jedis/JedisFactory.java
    	src/main/java/redis/clients/jedis/JedisPool.java
    	src/main/java/redis/clients/jedis/JedisSentinelPool.java
    	src/main/java/redis/clients/jedis/util/Pool.java
    sazzad16 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    58713f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa1395b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    5b6163f View commit details
    Browse the repository at this point in the history
  2. update with config pattern

    sazzad16 committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    dba6f84 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

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

Commits on Mar 17, 2021

  1. update deprecation messages

    sazzad16 authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    864169d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3940a61 View commit details
    Browse the repository at this point in the history