-
Notifications
You must be signed in to change notification settings - Fork 39
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
Deprecate RedisGraph #177
Deprecate RedisGraph #177
Conversation
Is that the correct wording? Only |
@@ -3,6 +3,7 @@ | |||
|
|||
namespace NRedisStack | |||
{ | |||
[Obsolete("RedisGraph is not supported since Redis 7.2 (https://redis.com/blog/redisgraph-eol/)")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed an update to the deprecation text.
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #177 +/- ##
=======================================
Coverage 94.04% 94.04%
=======================================
Files 82 82
Lines 5086 5086
Branches 479 479
=======================================
Hits 4783 4783
Misses 176 176
Partials 127 127 ☔ View full report in Codecov by Sentry. |
Because of RedisGraph's end-of-life announcement
Closes #174