File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
namespace NRedisStack
5
5
{
6
- [ Obsolete ( "RedisGraph is not supported since Redis 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
6
+
7
+ [ Obsolete ( "RedisGraph support is deprecated as of Redis Stack 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
7
8
public interface IGraphCommands
8
9
{
9
10
/// <summary>
@@ -140,4 +141,4 @@ public interface IGraphCommands
140
141
/// <remarks><seealso href="https://redis.io/commands/graph.slowlog"/></remarks>
141
142
List < List < string > > Slowlog ( string graphName ) ;
142
143
}
143
- }
144
+ }
Original file line number Diff line number Diff line change 3
3
4
4
namespace NRedisStack
5
5
{
6
- [ Obsolete ( "RedisGraph is not supported since Redis 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
6
+ [ Obsolete ( "RedisGraph support is deprecated as of Redis Stack 7.2 (https://redis.com/blog/redisgraph-eol/)" ) ]
7
7
public interface IGraphCommandsAsync
8
8
{
9
9
/// <summary>
@@ -140,4 +140,4 @@ public interface IGraphCommandsAsync
140
140
/// <remarks><seealso href="https://redis.io/commands/graph.slowlog"/></remarks>
141
141
Task < List < List < string > > > SlowlogAsync ( string graphName ) ;
142
142
}
143
- }
143
+ }
You can’t perform that action at this time.
0 commit comments