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 support for redis-sentinel in spring.redis.url (Lettuce only) #27373

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

Add support for redis-sentinel in spring.redis.url (Lettuce only) #27373

wants to merge 7 commits into from

Commits on Oct 18, 2021

  1. Add support for redis-sentinel and redis-socket in spring.redis.url w…

    …hen using Lettuce.
    
    Fixes gh-21920
    onobc committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    38d78ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    781902e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b0a941 View commit details
    Browse the repository at this point in the history
  4. Only use the new RedisURI approach when the user has specified a non-…

    …standard standalone scheme OR redis-sentinel scheme
    onobc committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    3137566 View commit details
    Browse the repository at this point in the history
  5. Updated LettuceConnectionConfiguration for explicit support of RedisS…

    …ocketConfiguration. Also updated test.
    onobc committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    7c17cec View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

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