Commit 50916d5
authored
[Bug] Clear all the futures when sync is called. (#501)
* 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
* Future should be cleared everytime sync is called1 parent d785b60 commit 50916d5
File tree
1 file changed
+5
-2
lines changed- ingestion/src/main/java/feast/store/serving/redis
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
0 commit comments