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

Replacing Jedis With Lettuce in ingestion and serving (#485) #537

Merged
merged 3 commits into from
Mar 16, 2020

Commits on Mar 16, 2020

  1. Replacing Jedis With Lettuce in ingestion and serving (feast-dev#485)

    * Replacing Jedis With Lettuce in ingestion and serving
    
    * Removing extra lines
    
    * Abstacting redis connection based on store
    
    * Check the connection before connecting as lettuce does the retry automatically
    
    * Running spotless
    
    * Throw Exception if the job store config is null
    
    * Handle No enum constant RuntimeException
    lavkesh authored and khorshuheng committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    1cb96f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9355bdd View commit details
    Browse the repository at this point in the history
  3. Remove checks for debian stretch

    woop authored and khorshuheng committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    4d61ccf View commit details
    Browse the repository at this point in the history