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

Allow FIFO pool in redis client #1820

Merged
merged 4 commits into from
Jul 16, 2021
Merged

Commits on Jul 13, 2021

  1. Initial commit for FIFO pool

    Kim Tae Kwon committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    1229016 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Change PoolType string to PoolFIFO bool

    Kim Tae Kwon committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    8548dcb View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Remove redundant type

    Kim Tae Kwon committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    6b06894 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. add PoolFIFO option to all clients

    Signed-off-by: monkey92t <golang@88.com>
    monkey92t committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    2f705aa View commit details
    Browse the repository at this point in the history